Uses of Interface
org.apache.sshd.client.simple.SimpleClient
-
Packages that use SimpleClient Package Description org.apache.sshd.client org.apache.sshd.client.simple org.apache.sshd.scp.client org.apache.sshd.sftp.client.impl -
-
Uses of SimpleClient in org.apache.sshd.client
Methods in org.apache.sshd.client that return SimpleClient Modifier and Type Method Description static 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 SimpleClient Modifier and Type Class Description class
AbstractSimpleClient
class
AbstractSimpleClientSessionCreator
Methods in org.apache.sshd.client.simple that return SimpleClient Modifier and Type Method Description static SimpleClient
AbstractSimpleClientSessionCreator. wrap(ClientSessionCreator creator, java.nio.channels.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 SimpleClient Modifier and Type Field Description private SimpleClient
SimpleScpClientImpl. clientInstance
Methods in org.apache.sshd.scp.client that return SimpleClient Modifier and Type Method Description SimpleClient
SimpleScpClientImpl. getClient()
Methods in org.apache.sshd.scp.client with parameters of type SimpleClient Modifier and Type Method Description void
SimpleScpClientImpl. setClient(SimpleClient client)
Method parameters in org.apache.sshd.scp.client with type arguments of type SimpleClient Modifier and Type Method Description protected CloseableScpClient
SimpleScpClientImpl. createScpClient(IOFunction<? super SimpleClient,? extends ClientSession> sessionProvider)
Constructors in org.apache.sshd.scp.client with parameters of type SimpleClient Constructor Description SimpleScpClientImpl(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 SimpleClient Modifier and Type Field Description private SimpleClient
SimpleSftpClientImpl. clientInstance
Methods in org.apache.sshd.sftp.client.impl that return SimpleClient Modifier and Type Method Description SimpleClient
SimpleSftpClientImpl. getClient()
Methods in org.apache.sshd.sftp.client.impl with parameters of type SimpleClient Modifier and Type Method Description void
SimpleSftpClientImpl. setClient(SimpleClient client)
Method parameters in org.apache.sshd.sftp.client.impl with type arguments of type SimpleClient Modifier and Type Method Description protected SftpClient
SimpleSftpClientImpl. createSftpClient(IOFunction<? super SimpleClient,? extends ClientSession> sessionProvider)
Constructors in org.apache.sshd.sftp.client.impl with parameters of type SimpleClient Constructor Description SimpleSftpClientImpl(SimpleClient client)
SimpleSftpClientImpl(SimpleClient client, SftpClientFactory sftpClientFactory)
-