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,
String username,
SocketAddress address,
KeyIdentityProvider identities,
boolean useDefaultIdentities) |
Modifier and Type | Method and Description |
---|---|
IoConnectFuture |
IoConnector.connect(SocketAddress targetAddress,
AttributeRepository context,
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(SocketAddress address,
AttributeRepository context,
SocketAddress localAddress) |
Modifier and Type | Method and Description |
---|---|
protected Nio2CompletionHandler<Void,Object> |
Nio2Connector.createConnectionCompletionHandler(IoConnectFuture future,
AsynchronousSocketChannel socket,
AttributeRepository context,
FactoryManager manager,
IoHandler handler) |
Constructor and Description |
---|
ConnectionCompletionHandler(IoConnectFuture future,
AsynchronousSocketChannel socket,
AttributeRepository context,
FactoryManager manager,
IoHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected void |
TcpipServerChannel.handleChannelConnectResult(OpenFuture f,
IoConnectFuture future) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.