Uses of Interface
hudson.remoting.forward.Forwarder

Packages that use Forwarder
hudson.remoting.forward TCP port forwarding over hudson.remoting
 

Uses of Forwarder in hudson.remoting.forward
 

Methods in hudson.remoting.forward that return Forwarder
static Forwarder ForwarderFactory.create(java.lang.String remoteHost, int remotePort)
           
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.
 

Methods in hudson.remoting.forward with parameters of type Forwarder
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.
 

Constructors in hudson.remoting.forward with parameters of type Forwarder
PortForwarder(int localPort, Forwarder forwarder)
           
 



Copyright © 2012. All Rights Reserved.