| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.common.io | |
| org.apache.sshd.common.io.mina | |
| 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,
Collection<? extends KeyPair> identities,
boolean useDefaultIdentities) |
| Modifier and Type | Method and Description |
|---|---|
IoConnectFuture |
IoConnector.connect(SocketAddress address) |
| Modifier and Type | Method and Description |
|---|---|
IoConnectFuture |
MinaConnector.connect(SocketAddress address) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Nio2Connector.DefaultIoConnectFuture |
| Modifier and Type | Method and Description |
|---|---|
IoConnectFuture |
Nio2Connector.connect(SocketAddress address) |
| Modifier and Type | Method and Description |
|---|---|
protected Nio2CompletionHandler<Void,Object> |
Nio2Connector.createConnectionCompletionHandler(IoConnectFuture future,
AsynchronousSocketChannel socket,
FactoryManager manager,
IoHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TcpipServerChannel.handleChannelConnectResult(OpenFuture f,
IoConnectFuture future) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.