| Package | Description |
|---|---|
| hudson.remoting.forward |
TCP port forwarding over
hudson.remoting. |
| Modifier and Type | Method and Description |
|---|---|
static Forwarder |
ForwarderFactory.create(String remoteHost,
int remotePort)
Deprecated.
|
static Forwarder |
ForwarderFactory.create(VirtualChannel channel,
String remoteHost,
int remotePort)
Deprecated.
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)
Deprecated.
Starts a
PortForwarder accepting remotely at the given channel,
which connects by using the given connector. |
| Constructor and Description |
|---|
PortForwarder(int localPort,
Forwarder forwarder)
Deprecated.
|
Copyright © 2004–2020. All rights reserved.