hudson.remoting.forward
Class ForwarderFactory
java.lang.Object
hudson.remoting.forward.ForwarderFactory
public class ForwarderFactory
- extends Object
Creates Forwarder.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForwarderFactory
public ForwarderFactory()
create
public static Forwarder create(VirtualChannel channel,
String remoteHost,
int remotePort)
throws IOException,
InterruptedException
- Creates a connector on the remote side that connects to the speicied host and port.
- Throws:
IOException
InterruptedException
create
public static Forwarder create(String remoteHost,
int remotePort)
Copyright © 2004-2011. All Rights Reserved.