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.Exceptionvoid stopListen(int lid)
throws java.lang.Exception
java.lang.Exceptionvoid closeSession(int sid)
throws java.lang.Exception
java.lang.Exceptionvoid shutdown()