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(java.lang.String username,
java.net.SocketAddress address) |
ConnectFuture |
SshClient.connect(java.lang.String username,
java.lang.String host,
int port) |
protected ConnectFuture |
SshClient.doConnect(java.lang.String username,
java.net.SocketAddress address,
java.util.Collection<? extends java.security.KeyPair> identities,
boolean useDefaultIdentities) |
Modifier and Type | Method and Description |
---|---|
protected SshFutureListener<IoConnectFuture> |
SshClient.createConnectCompletionListener(ConnectFuture connectFuture,
java.lang.String username,
java.net.SocketAddress address,
java.util.Collection<? extends java.security.KeyPair> identities,
boolean useDefaultIdentities) |
protected void |
SshClient.onConnectOperationComplete(IoSession ioSession,
ConnectFuture connectFuture,
java.lang.String username,
java.net.SocketAddress address,
java.util.Collection<? extends java.security.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(java.lang.String username,
java.net.SocketAddress address)
Resolves the effective
HostConfigEntry and connects to it |
ConnectFuture |
ClientSessionCreator.connect(java.lang.String username,
java.lang.String host,
int port)
Resolves the effective
HostConfigEntry and connects to it |
Modifier and Type | Method and Description |
---|---|
protected ClientSession |
AbstractSimpleClientSessionCreator.authSession(ConnectFuture future,
java.security.KeyPair identity) |
protected ClientSession |
AbstractSimpleClientSessionCreator.authSession(ConnectFuture future,
java.lang.String password) |
protected ClientSession |
AbstractSimpleClientSessionCreator.loginSession(ConnectFuture future,
java.security.KeyPair identity) |
protected ClientSession |
AbstractSimpleClientSessionCreator.loginSession(ConnectFuture future,
java.lang.String password) |