Uses of Interface
hudson.remoting.forward.ListeningPort

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

Uses of ListeningPort in hudson.remoting
 

Methods in hudson.remoting that return ListeningPort
 ListeningPort Channel.createLocalToRemotePortForwarding(int recvPort, java.lang.String forwardHost, int forwardPort)
          Starts a local to remote port forwarding (the equivalent of "ssh -L").
 ListeningPort Channel.createRemoteToLocalPortForwarding(int recvPort, java.lang.String forwardHost, int forwardPort)
          Starts a remote to local port forwarding (the equivalent of "ssh -R").
 

Uses of ListeningPort in hudson.remoting.forward
 

Classes in hudson.remoting.forward that implement ListeningPort
 class PortForwarder
          Port forwarder over a remote channel.
 

Methods in hudson.remoting.forward that return ListeningPort
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.
 



Copyright © 2012. All Rights Reserved.