Modifier and Type | Method and Description |
---|---|
int |
Session.setPortForwardingL(String bind_address,
int lport,
String host,
int rport,
ServerSocketFactory ssf)
Registers the local port forwarding.
|
int |
Session.setPortForwardingL(String bind_address,
int lport,
String host,
int rport,
ServerSocketFactory ssf,
int connectTimeout)
Registers the local port forwarding.
|
This is a simplified version of the inofficial Javadoc created by PaĆlo Ebermann. Have a look at the official homepage.