public class ForwarderFactory
extends java.lang.Object
Forwarder
.Constructor and Description |
---|
ForwarderFactory() |
Modifier and Type | Method and Description |
---|---|
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.
|
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)
Copyright © 2012. All Rights Reserved.