@Deprecated public class ForwarderFactory extends Object
Forwarder.| Modifier and Type | Field and Description |
|---|---|
static Role |
ROLE
Deprecated.
Role that's willing to open a socket to arbitrary node nad forward that to the other side.
|
| Constructor and Description |
|---|
ForwarderFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Forwarder |
create(String remoteHost,
int remotePort)
Deprecated.
|
static Forwarder |
create(VirtualChannel channel,
String remoteHost,
int remotePort)
Deprecated.
Creates a connector on the remote side that connects to the speicied host and port.
|
public static final Role ROLE
public static Forwarder create(VirtualChannel channel, String remoteHost, int remotePort) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2004–2022. All rights reserved.