Uses of Interface
hudson.remoting.VirtualChannel

Packages that use VirtualChannel
hudson.remoting Remoting infrastructure for Hudson. 
hudson.remoting.forward TCP port forwarding over hudson.remoting
 

Uses of VirtualChannel in hudson.remoting
 

Classes in hudson.remoting that implement VirtualChannel
 class Channel
          Represents a communication channel to the remote peer.
 class LocalChannel
          VirtualChannel that performs computation on the local JVM.
 

Uses of VirtualChannel in hudson.remoting.forward
 

Methods in hudson.remoting.forward with parameters of type VirtualChannel
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.
static Forwarder ForwarderFactory.create(VirtualChannel channel, java.lang.String remoteHost, int remotePort)
          Creates a connector on the remote side that connects to the speicied host and port.
 



Copyright © 2013. All Rights Reserved.