Uses of Interface
hudson.remoting.VirtualChannel
Packages that use VirtualChannel
Package
Description
Remoting infrastructure for Hudson.
TCP port forwarding over
hudson.remoting.-
Uses of VirtualChannel in hudson.remoting
Classes in hudson.remoting that implement VirtualChannelModifier and TypeClassDescriptionclassRepresents a communication channel to the remote peer.classVirtualChannelthat performs computation on the local JVM. -
Uses of VirtualChannel in hudson.remoting.forward
Methods in hudson.remoting.forward with parameters of type VirtualChannelModifier and TypeMethodDescriptionstatic ForwarderForwarderFactory.create(VirtualChannel channel, String remoteHost, int remotePort) Deprecated.Creates a connector on the remote side that connects to the speicied host and port.static ListeningPortPortForwarder.create(VirtualChannel ch, int acceptingPort, Forwarder forwarder) Deprecated.Starts aPortForwarderaccepting remotely at the given channel, which connects by using the given connector.