Uses of Interface
hudson.remoting.forward.Forwarder
Packages that use Forwarder
-
Uses of Forwarder in hudson.remoting.forward
Methods in hudson.remoting.forward that return ForwarderModifier 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 ForwarderDeprecated.Methods in hudson.remoting.forward with parameters of type ForwarderModifier and TypeMethodDescriptionstatic ListeningPortPortForwarder.create(VirtualChannel ch, int acceptingPort, Forwarder forwarder) Deprecated.Starts aPortForwarderaccepting remotely at the given channel, which connects by using the given connector.Constructors in hudson.remoting.forward with parameters of type Forwarder