public interface Tunnelable
Modifier and Type | Method and Description |
---|---|
void |
addLocalTunnel(int localPort,
int remotePort)
Makes host:remotePort server which is available on remote side available on local side as localhost:localPort.
|
void |
addRemoteTunnel(int remotePort,
java.lang.String host,
int localPort)
Makes host:localPort server which is available on local side available on remote side as localhost:remotePort.
|
void addRemoteTunnel(int remotePort, java.lang.String host, int localPort) throws RemoteSdkException
RemoteSdkException
void addLocalTunnel(int localPort, int remotePort) throws RemoteSdkException
RemoteSdkException