|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Forwarder | |
|---|---|
| hudson.remoting.forward | TCP port forwarding over hudson.remoting. |
| Uses of Forwarder in hudson.remoting.forward |
|---|
| Methods in hudson.remoting.forward that return Forwarder | |
|---|---|
static Forwarder |
ForwarderFactory.create(String remoteHost,
int remotePort)
|
static Forwarder |
ForwarderFactory.create(VirtualChannel channel,
String remoteHost,
int remotePort)
Creates a connector on the remote side that connects to the speicied host and port. |
| Methods in hudson.remoting.forward with parameters of type Forwarder | |
|---|---|
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. |
| Constructors in hudson.remoting.forward with parameters of type Forwarder | |
|---|---|
PortForwarder(int localPort,
Forwarder forwarder)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||