| Package | Description |
|---|---|
| hudson.remoting |
Remoting infrastructure for Hudson.
|
| hudson.remoting.forward |
TCP port forwarding over
hudson.remoting. |
| Modifier and Type | Method and Description |
|---|---|
ListeningPort |
Channel.createLocalToRemotePortForwarding(int recvPort,
String forwardHost,
int forwardPort)
Starts a local to remote port forwarding (the equivalent of "ssh -L").
|
ListeningPort |
Channel.createRemoteToLocalPortForwarding(int recvPort,
String forwardHost,
int forwardPort)
Starts a remote to local port forwarding (the equivalent of "ssh -R").
|
| Modifier and Type | Class and Description |
|---|---|
class |
PortForwarder
Port forwarder over a remote channel.
|
| 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. |
Copyright © 2004-2016. All Rights Reserved.