| Package | Description |
|---|---|
| hudson.remoting |
Remoting infrastructure for Hudson.
|
| hudson.remoting.forward |
TCP port forwarding over
hudson.remoting. |
| Modifier and Type | Class and Description |
|---|---|
class |
Channel
Represents a communication channel to the remote peer.
|
class |
LocalChannel
VirtualChannel that performs computation on the local JVM. |
| 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. |
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.
|
Copyright © 2004–2022. All rights reserved.