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 ConnectFutureSshClient.doConnect(String username, SocketAddress targetAddress, AttributeRepository context, SocketAddress localAddress, KeyIdentityProvider identities, HostConfigEntry hostConfig) protected ConnectFutureSshClient.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, HostConfigEntry hostConfig) protected voidSshClient.onConnectOperationComplete(IoSession ioSession, ConnectFuture connectFuture, String username, SocketAddress address, KeyIdentityProvider identities, HostConfigEntry hostConfig) -
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 ConnectFutureModifier and TypeMethodDescriptionDefaultConnectFuture.verify(long timeout, CancelOption... options) Wait and verify that the operation was successful -
Uses of ConnectFuture in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return ConnectFutureModifier and TypeMethodDescriptionResolves the effectiveHostConfigEntryand connects to itdefault ConnectFutureResolves the effectiveHostConfigEntryand connects to itdefault ConnectFutureClientSessionCreator.connect(String username, String host, int port, SocketAddress localAddress) Resolves the effectiveHostConfigEntryand connects to itdefault ConnectFutureClientSessionCreator.connect(String username, String host, int port, AttributeRepository context) Resolves the effectiveHostConfigEntryand connects to itClientSessionCreator.connect(String username, String host, int port, AttributeRepository context, SocketAddress localAddress) Resolves the effectiveHostConfigEntryand connects to itdefault ConnectFutureClientSessionCreator.connect(String username, SocketAddress address) Resolves the effectiveHostConfigEntryand connects to itdefault ConnectFutureClientSessionCreator.connect(String username, SocketAddress targetAddress, SocketAddress localAddress) Resolves the effectiveHostConfigEntryand connects to itdefault ConnectFutureClientSessionCreator.connect(String username, SocketAddress address, AttributeRepository context) Resolves the effectiveHostConfigEntryand connects to itClientSessionCreator.connect(String username, SocketAddress targetAddress, AttributeRepository context, SocketAddress localAddress) Resolves the effectiveHostConfigEntryand connects to itdefault ConnectFutureClientSessionCreator.connect(HostConfigEntry hostConfig) default ConnectFutureClientSessionCreator.connect(HostConfigEntry hostConfig, SocketAddress localAddress) default ConnectFutureClientSessionCreator.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 ClientSessionAbstractSimpleClientSessionCreator.authSession(ConnectFuture future, String password) protected ClientSessionAbstractSimpleClientSessionCreator.authSession(ConnectFuture future, KeyPair identity) protected ClientSessionAbstractSimpleClientSessionCreator.loginSession(ConnectFuture future, String password) protected ClientSessionAbstractSimpleClientSessionCreator.loginSession(ConnectFuture future, KeyPair identity)