|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.remoting.forward.ForwarderFactory
public class ForwarderFactory
Creates Forwarder
.
Constructor Summary | |
---|---|
ForwarderFactory()
|
Method Summary | |
---|---|
static Forwarder |
create(java.lang.String remoteHost,
int remotePort)
|
static Forwarder |
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 inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForwarderFactory()
Method Detail |
---|
public static Forwarder create(VirtualChannel channel, java.lang.String remoteHost, int remotePort) throws java.io.IOException, java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedException
public static Forwarder create(java.lang.String remoteHost, int remotePort)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |