Package | Description |
---|---|
org.apache.sshd.client | |
org.apache.sshd.common.io | |
org.apache.sshd.common.io.nio2 | |
org.apache.sshd.server.forward |
Modifier and Type | Method and Description |
---|---|
protected SshFutureListener<IoConnectFuture> |
SshClient.createConnectCompletionListener(ConnectFuture connectFuture,
java.lang.String username,
java.net.SocketAddress address,
KeyIdentityProvider identities,
HostConfigEntry hostConfig) |
Modifier and Type | Method and Description |
---|---|
IoConnectFuture |
IoConnector.connect(java.net.SocketAddress targetAddress,
AttributeRepository context,
java.net.SocketAddress localAddress) |
Modifier and Type | Class and Description |
---|---|
static class |
Nio2Connector.DefaultIoConnectFuture |
Modifier and Type | Field and Description |
---|---|
protected IoConnectFuture |
Nio2Connector.ConnectionCompletionHandler.future |
Modifier and Type | Method and Description |
---|---|
IoConnectFuture |
Nio2Connector.connect(java.net.SocketAddress address,
AttributeRepository context,
java.net.SocketAddress localAddress) |
Modifier and Type | Method and Description |
---|---|
protected Nio2CompletionHandler<java.lang.Void,java.lang.Object> |
Nio2Connector.createConnectionCompletionHandler(IoConnectFuture future,
java.nio.channels.AsynchronousSocketChannel socket,
AttributeRepository context,
PropertyResolver propertyResolver,
IoHandler handler) |
Constructor and Description |
---|
ConnectionCompletionHandler(IoConnectFuture future,
java.nio.channels.AsynchronousSocketChannel socket,
AttributeRepository context,
PropertyResolver propertyResolver,
IoHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected void |
TcpipServerChannel.handleChannelConnectResult(OpenFuture f,
IoConnectFuture future) |