Uses of Interface
org.apache.sshd.client.simple.SimpleClient
-
Packages that use SimpleClient Package Description org.apache.sshd.client org.apache.sshd.client.scp org.apache.sshd.client.simple org.apache.sshd.client.subsystem.sftp.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.scp
Methods in org.apache.sshd.client.scp that return SimpleClient Modifier and Type Method Description SimpleClient
SimpleScpClientImpl. getClient()
Methods in org.apache.sshd.client.scp with parameters of type SimpleClient Modifier and Type Method Description void
SimpleScpClientImpl. setClient(SimpleClient client)
Method parameters in org.apache.sshd.client.scp 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.client.scp with parameters of type SimpleClient Constructor Description SimpleScpClientImpl(SimpleClient client)
SimpleScpClientImpl(SimpleClient client, ScpClientCreator scpClientCreator)
-
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, Channel channel)
Wraps an existingClientSessionCreator
into aSimpleClient
-
Uses of SimpleClient in org.apache.sshd.client.subsystem.sftp.impl
Methods in org.apache.sshd.client.subsystem.sftp.impl that return SimpleClient Modifier and Type Method Description SimpleClient
SimpleSftpClientImpl. getClient()
Methods in org.apache.sshd.client.subsystem.sftp.impl with parameters of type SimpleClient Modifier and Type Method Description void
SimpleSftpClientImpl. setClient(SimpleClient client)
Method parameters in org.apache.sshd.client.subsystem.sftp.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.client.subsystem.sftp.impl with parameters of type SimpleClient Constructor Description SimpleSftpClientImpl(SimpleClient client)
SimpleSftpClientImpl(SimpleClient client, SftpClientFactory sftpClientFactory)
-