Modifier and Type | Method and Description |
---|---|
void |
Proxy.connect(SocketFactory socket_factory,
String host,
int port,
int timeout)
Opens a connection to the target server.
|
void |
ProxyHTTP.connect(SocketFactory socket_factory,
String host,
int port,
int timeout) |
void |
ProxySOCKS4.connect(SocketFactory socket_factory,
String host,
int port,
int timeout) |
void |
ProxySOCKS5.connect(SocketFactory socket_factory,
String host,
int port,
int timeout) |
void |
Session.setPortForwardingR(int rport,
String host,
int lport,
SocketFactory sf)
Registers the remote port forwarding for the loopback interface
of the remote.
|
void |
Session.setPortForwardingR(String bind_address,
int rport,
String host,
int lport,
SocketFactory sf)
Registers the remote port forwarding.
|
void |
Session.setSocketFactory(SocketFactory sfactory)
sets the socket factory.
|
This is a simplified version of the inofficial Javadoc created by PaĆlo Ebermann. Have a look at the official homepage.