com.esf.net.ppp.connection
Class PppConnectionInfo

java.lang.Object
  extended by com.esf.net.ppp.connection.PppConnectionInfo

public class PppConnectionInfo
extends java.lang.Object


Constructor Summary
PppConnectionInfo(int pppNo, java.io.File coninfoFile)
          ConnectionInfo constructor
 
Method Summary
 java.lang.String getDns1()
           
 java.lang.String getDns2()
           
 java.lang.String getIface()
           
 java.lang.String getLocalIP()
           
 int getPppNo()
           
 java.lang.String getRemoteIP()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PppConnectionInfo

public PppConnectionInfo(int pppNo,
                         java.io.File coninfoFile)
                  throws java.lang.Exception
ConnectionInfo constructor

Parameters:
pppNo - - PPP unit number as <>
coninfoFile - - PPP connection info file as File
Throws:
java.lang.Exception
Method Detail

getPppNo

public int getPppNo()

getIface

public java.lang.String getIface()

getLocalIP

public java.lang.String getLocalIP()

getRemoteIP

public java.lang.String getRemoteIP()

getDns1

public java.lang.String getDns1()

getDns2

public java.lang.String getDns2()