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 SimpleClientSshClient.setUpDefaultSimpleClient()Setup a default client, starts it and then wraps it as aSimpleClientstatic SimpleClientSshClient.wrapAsSimpleClient(SshClient client) Wraps anSshClientinstance as aSimpleClient -
Uses of SimpleClient in org.apache.sshd.client.simple
Classes in org.apache.sshd.client.simple that implement SimpleClientModifier and TypeClassDescriptionclassclassMethods in org.apache.sshd.client.simple that return SimpleClientModifier and TypeMethodDescriptionstatic SimpleClientAbstractSimpleClientSessionCreator.wrap(ClientSessionCreator creator, Channel channel) Wraps an existingClientSessionCreatorinto 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 CloseableScpClientSimpleScpClientImpl.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 SftpClientSimpleSftpClientImpl.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)