| 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)
Deprecated.
as of 3.39
|
ListeningPort |
Channel.createRemoteToLocalPortForwarding(int recvPort,
String forwardHost,
int forwardPort)
Deprecated.
as of 3.39
|
| Modifier and Type | Class and Description |
|---|---|
class |
PortForwarder
Deprecated.
|
| 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. |
Copyright © 2004–2022. All rights reserved.