| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.future | |
| org.apache.sshd.client.session | |
| org.apache.sshd.client.simple |
| Modifier and Type | Method and Description |
|---|---|
ConnectFuture |
SshClient.connect(HostConfigEntry hostConfig) |
ConnectFuture |
SshClient.connect(String username,
SocketAddress address) |
ConnectFuture |
SshClient.connect(String username,
String host,
int port) |
protected ConnectFuture |
SshClient.doConnect(String username,
SocketAddress address,
Collection<? extends KeyPair> identities,
boolean useDefaultIdentities) |
| Modifier and Type | Method and Description |
|---|---|
protected SshFutureListener<IoConnectFuture> |
SshClient.createConnectCompletionListener(ConnectFuture connectFuture,
String username,
SocketAddress address,
Collection<? extends KeyPair> identities,
boolean useDefaultIdentities) |
protected void |
SshClient.onConnectOperationComplete(IoSession ioSession,
ConnectFuture connectFuture,
String username,
SocketAddress address,
Collection<? extends KeyPair> identities,
boolean useDefaultIdentities) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectFuture
A default implementation of
ConnectFuture. |
| Modifier and Type | Method and Description |
|---|---|
ConnectFuture |
DefaultConnectFuture.verify(long timeout) |
| Modifier and Type | Method and Description |
|---|---|
ConnectFuture |
ClientSessionCreator.connect(HostConfigEntry hostConfig) |
ConnectFuture |
ClientSessionCreator.connect(String username,
SocketAddress address)
Resolves the effective
HostConfigEntry and connects to it |
ConnectFuture |
ClientSessionCreator.connect(String username,
String host,
int port)
Resolves the effective
HostConfigEntry and connects to it |
| Modifier and Type | Method and Description |
|---|---|
protected ClientSession |
AbstractSimpleClientSessionCreator.authSession(ConnectFuture future,
KeyPair identity) |
protected ClientSession |
AbstractSimpleClientSessionCreator.authSession(ConnectFuture future,
String password) |
protected ClientSession |
AbstractSimpleClientSessionCreator.loginSession(ConnectFuture future,
KeyPair identity) |
protected ClientSession |
AbstractSimpleClientSessionCreator.loginSession(ConnectFuture future,
String password) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.