trait PortForward
An extension class of port forwarding.
| Type Params | Return Type | Name and description |
|---|---|---|
|
int |
forwardLocalPort(java.util.HashMap settings)Forwards local port to remote port. |
|
void |
forwardRemotePort(java.util.HashMap settings)Forwards remote port to local port. |
Forwards local port to remote port.
settings - {@see LocalPortForwardingSettings}Forwards remote port to local port.
settings - {@see RemotePortForwardingSettings}