Uses of Interface
org.apache.sshd.client.simple.SimpleClient
Packages that use SimpleClient
Package
Description
-
Uses of SimpleClient in org.apache.sshd.client
Methods in org.apache.sshd.client that return SimpleClientModifier and TypeMethodDescriptionstatic SimpleClient
SshClient.setUpDefaultSimpleClient()
Setup a default client, starts it and then wraps it as aSimpleClient
static SimpleClient
SshClient.wrapAsSimpleClient
(SshClient client) Wraps anSshClient
instance as aSimpleClient
-
Uses of SimpleClient in org.apache.sshd.client.simple
Classes in org.apache.sshd.client.simple that implement SimpleClientModifier and TypeClassDescriptionclass
class
Methods in org.apache.sshd.client.simple that return SimpleClientModifier and TypeMethodDescriptionstatic SimpleClient
AbstractSimpleClientSessionCreator.wrap
(ClientSessionCreator creator, Channel channel) Wraps an existingClientSessionCreator
into aSimpleClient
-
Uses of SimpleClient in org.apache.sshd.scp.client
Fields in org.apache.sshd.scp.client declared as SimpleClientMethods in org.apache.sshd.scp.client that return SimpleClientMethods in org.apache.sshd.scp.client with parameters of type SimpleClientMethod parameters in org.apache.sshd.scp.client with type arguments of type SimpleClientModifier and TypeMethodDescriptionprotected CloseableScpClient
SimpleScpClientImpl.createScpClient
(IOFunction<? super SimpleClient, ? extends ClientSession> sessionProvider) Constructors in org.apache.sshd.scp.client with parameters of type SimpleClientModifierConstructorDescriptionSimpleScpClientImpl
(SimpleClient client) SimpleScpClientImpl
(SimpleClient client, ScpClientCreator scpClientCreator) -
Uses of SimpleClient in org.apache.sshd.sftp.client.impl
Fields in org.apache.sshd.sftp.client.impl declared as SimpleClientMethods in org.apache.sshd.sftp.client.impl that return SimpleClientMethods in org.apache.sshd.sftp.client.impl with parameters of type SimpleClientMethod parameters in org.apache.sshd.sftp.client.impl with type arguments of type SimpleClientModifier and TypeMethodDescriptionprotected SftpClient
SimpleSftpClientImpl.createSftpClient
(IOFunction<? super SimpleClient, ? extends ClientSession> sessionProvider) Constructors in org.apache.sshd.sftp.client.impl with parameters of type SimpleClientModifierConstructorDescriptionSimpleSftpClientImpl
(SimpleClient client) SimpleSftpClientImpl
(SimpleClient client, SftpClientFactory sftpClientFactory)