public static interface PortForward.Manager
Modifier and Type | Method and Description |
---|---|
void |
closeSession(int sid) |
void |
shutdown() |
int |
startListen(java.lang.String serverIp,
int serverPort,
int localPort,
PortForward.Listener listener,
boolean asynchronous) |
void |
stopListen(int lid) |
int startListen(java.lang.String serverIp, int serverPort, int localPort, PortForward.Listener listener, boolean asynchronous) throws java.lang.Exception
java.lang.Exception
void stopListen(int lid) throws java.lang.Exception
java.lang.Exception
void closeSession(int sid) throws java.lang.Exception
java.lang.Exception
void shutdown()