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,
AttributeRepository context,
SocketAddress localAddress) |
ConnectFuture |
SshClient.connect(String uriStr) |
ConnectFuture |
SshClient.connect(String username,
SocketAddress targetAddress,
AttributeRepository context,
SocketAddress localAddress) |
ConnectFuture |
SshClient.connect(String username,
String host,
int port,
AttributeRepository context,
SocketAddress localAddress) |
protected ConnectFuture |
SshClient.doConnect(HostConfigEntry hostConfig,
List<HostConfigEntry> jumps,
AttributeRepository context,
SocketAddress localAddress) |
protected ConnectFuture |
SshClient.doConnect(String username,
SocketAddress targetAddress,
AttributeRepository context,
SocketAddress localAddress,
KeyIdentityProvider identities,
HostConfigEntry hostConfig) |
Modifier and Type | Method and Description |
---|---|
protected SshFutureListener<IoConnectFuture> |
SshClient.createConnectCompletionListener(ConnectFuture connectFuture,
String username,
SocketAddress address,
KeyIdentityProvider identities,
HostConfigEntry hostConfig) |
protected void |
SshClient.onConnectOperationComplete(IoSession ioSession,
ConnectFuture connectFuture,
String username,
SocketAddress address,
KeyIdentityProvider identities,
HostConfigEntry hostConfig) |
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 |
---|---|
default ConnectFuture |
ClientSessionCreator.connect(HostConfigEntry hostConfig) |
default ConnectFuture |
ClientSessionCreator.connect(HostConfigEntry hostConfig,
AttributeRepository context) |
ConnectFuture |
ClientSessionCreator.connect(HostConfigEntry hostConfig,
AttributeRepository context,
SocketAddress localAddress) |
default ConnectFuture |
ClientSessionCreator.connect(HostConfigEntry hostConfig,
SocketAddress localAddress) |
ConnectFuture |
ClientSessionCreator.connect(String uri)
Resolves the effective
HostConfigEntry and connects to it |
default ConnectFuture |
ClientSessionCreator.connect(String username,
SocketAddress address)
Resolves the effective
HostConfigEntry and connects to it |
default ConnectFuture |
ClientSessionCreator.connect(String username,
SocketAddress address,
AttributeRepository context)
Resolves the effective
HostConfigEntry and connects to it |
ConnectFuture |
ClientSessionCreator.connect(String username,
SocketAddress targetAddress,
AttributeRepository context,
SocketAddress localAddress)
Resolves the effective
HostConfigEntry and connects to it |
default ConnectFuture |
ClientSessionCreator.connect(String username,
SocketAddress targetAddress,
SocketAddress localAddress)
Resolves the effective
HostConfigEntry and connects to it |
default ConnectFuture |
ClientSessionCreator.connect(String username,
String host,
int port)
Resolves the effective
HostConfigEntry and connects to it |
default ConnectFuture |
ClientSessionCreator.connect(String username,
String host,
int port,
AttributeRepository context)
Resolves the effective
HostConfigEntry and connects to it |
ConnectFuture |
ClientSessionCreator.connect(String username,
String host,
int port,
AttributeRepository context,
SocketAddress localAddress)
Resolves the effective
HostConfigEntry and connects to it |
default ConnectFuture |
ClientSessionCreator.connect(String username,
String host,
int port,
SocketAddress localAddress)
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–2024 The Apache Software Foundation. All rights reserved.