Package | Description |
---|---|
hudson.remoting.forward |
TCP port forwarding over
hudson.remoting . |
Modifier and Type | Method and Description |
---|---|
static Forwarder |
ForwarderFactory.create(java.lang.String remoteHost,
int remotePort) |
static Forwarder |
ForwarderFactory.create(VirtualChannel channel,
java.lang.String remoteHost,
int remotePort)
Creates a connector on the remote side that connects to the speicied host and port.
|
Modifier and Type | Method and Description |
---|---|
static ListeningPort |
PortForwarder.create(VirtualChannel ch,
int acceptingPort,
Forwarder forwarder)
Starts a
PortForwarder accepting remotely at the given channel,
which connects by using the given connector. |
Constructor and Description |
---|
PortForwarder(int localPort,
Forwarder forwarder) |
Copyright © 2014. All Rights Reserved.