Package hudson.remoting.forward
Class ForwarderFactory
java.lang.Object
hudson.remoting.forward.ForwarderFactory
Deprecated.
Creates
Forwarder
.- Author:
- Kohsuke Kawaguchi
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ROLE
Deprecated.Role that's willing to open a socket to arbitrary node nad forward that to the other side.
-
-
Constructor Details
-
ForwarderFactory
public ForwarderFactory()Deprecated.
-
-
Method Details
-
create
public static Forwarder create(VirtualChannel channel, String remoteHost, int remotePort) throws IOException, InterruptedException Deprecated.Creates a connector on the remote side that connects to the speicied host and port.- Throws:
IOException
InterruptedException
-
create
Deprecated.
-