Uses of Interface
org.apache.sshd.client.future.ConnectFuture
Packages that use ConnectFuture
Package
Description
-
Uses of ConnectFuture in org.apache.sshd.client
Methods in org.apache.sshd.client that return ConnectFutureModifier and TypeMethodDescriptionSshClient.connect
(String username, String host, int port, AttributeRepository context, SocketAddress localAddress) SshClient.connect
(String username, SocketAddress targetAddress, AttributeRepository context, SocketAddress localAddress) SshClient.connect
(HostConfigEntry hostConfig, AttributeRepository context, SocketAddress localAddress) protected ConnectFuture
SshClient.doConnect
(String username, SocketAddress targetAddress, AttributeRepository context, SocketAddress localAddress, KeyIdentityProvider identities, boolean useDefaultIdentities) protected ConnectFuture
SshClient.doConnect
(HostConfigEntry hostConfig, List<HostConfigEntry> jumps, AttributeRepository context, SocketAddress localAddress) Methods in org.apache.sshd.client with parameters of type ConnectFutureModifier and TypeMethodDescriptionprotected SshFutureListener<IoConnectFuture>
SshClient.createConnectCompletionListener
(ConnectFuture connectFuture, String username, SocketAddress address, KeyIdentityProvider identities, boolean useDefaultIdentities) protected void
SshClient.onConnectOperationComplete
(IoSession ioSession, ConnectFuture connectFuture, String username, SocketAddress address, KeyIdentityProvider identities, boolean useDefaultIdentities) -
Uses of ConnectFuture in org.apache.sshd.client.future
Classes in org.apache.sshd.client.future that implement ConnectFutureMethods in org.apache.sshd.client.future that return ConnectFuture -
Uses of ConnectFuture in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return ConnectFutureModifier and TypeMethodDescriptionResolves the effectiveHostConfigEntry
and connects to itdefault ConnectFuture
Resolves the effectiveHostConfigEntry
and connects to itdefault ConnectFuture
ClientSessionCreator.connect
(String username, String host, int port, SocketAddress localAddress) Resolves the effectiveHostConfigEntry
and connects to itdefault ConnectFuture
ClientSessionCreator.connect
(String username, String host, int port, AttributeRepository context) Resolves the effectiveHostConfigEntry
and connects to itClientSessionCreator.connect
(String username, String host, int port, AttributeRepository context, SocketAddress localAddress) Resolves the effectiveHostConfigEntry
and connects to itdefault ConnectFuture
ClientSessionCreator.connect
(String username, SocketAddress address) Resolves the effectiveHostConfigEntry
and connects to itdefault ConnectFuture
ClientSessionCreator.connect
(String username, SocketAddress targetAddress, SocketAddress localAddress) Resolves the effectiveHostConfigEntry
and connects to itdefault ConnectFuture
ClientSessionCreator.connect
(String username, SocketAddress address, AttributeRepository context) Resolves the effectiveHostConfigEntry
and connects to itClientSessionCreator.connect
(String username, SocketAddress targetAddress, AttributeRepository context, SocketAddress localAddress) Resolves the effectiveHostConfigEntry
and connects to itdefault ConnectFuture
ClientSessionCreator.connect
(HostConfigEntry hostConfig) default ConnectFuture
ClientSessionCreator.connect
(HostConfigEntry hostConfig, SocketAddress localAddress) default ConnectFuture
ClientSessionCreator.connect
(HostConfigEntry hostConfig, AttributeRepository context) ClientSessionCreator.connect
(HostConfigEntry hostConfig, AttributeRepository context, SocketAddress localAddress) -
Uses of ConnectFuture in org.apache.sshd.client.simple
Methods in org.apache.sshd.client.simple with parameters of type ConnectFutureModifier and TypeMethodDescriptionprotected ClientSession
AbstractSimpleClientSessionCreator.authSession
(ConnectFuture future, String password) protected ClientSession
AbstractSimpleClientSessionCreator.authSession
(ConnectFuture future, KeyPair identity) protected ClientSession
AbstractSimpleClientSessionCreator.loginSession
(ConnectFuture future, String password) protected ClientSession
AbstractSimpleClientSessionCreator.loginSession
(ConnectFuture future, KeyPair identity)