com.eurotech.framework.linux.net.ppp
Class PppLinux
java.lang.Object
com.eurotech.framework.linux.net.ppp.PppLinux
public class PppLinux
- extends Object
PPP support for Linux OS
- Author:
- ilya.binshtok
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PppLinux
public PppLinux()
connect
public static void connect(String iface,
String port)
throws EsfException
- Throws:
EsfException
disconnect
public static void disconnect(String iface,
String port)
throws EsfException
- Throws:
EsfException
isPppProcessRunning
public static boolean isPppProcessRunning(String iface,
String port)
throws EsfException
- Throws:
EsfException
isPppProcessRunning
public static boolean isPppProcessRunning(String iface,
String port,
int tout)
throws EsfException
- Throws:
EsfException
Copyright © 2013. All Rights Reserved.