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 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 SimpleClient Modifier and Type Class Description classAbstractSimpleClientclassAbstractSimpleClientSessionCreatorMethods in org.apache.sshd.client.simple that return SimpleClient Modifier and Type Method Description static SimpleClientAbstractSimpleClientSessionCreator. wrap(ClientSessionCreator creator, java.nio.channels.Channel channel)Wraps an existingClientSessionCreatorinto 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 SimpleClientSimpleScpClientImpl. clientInstanceMethods in org.apache.sshd.scp.client that return SimpleClient Modifier and Type Method Description SimpleClientSimpleScpClientImpl. getClient()Methods in org.apache.sshd.scp.client with parameters of type SimpleClient Modifier and Type Method Description voidSimpleScpClientImpl. setClient(SimpleClient client)Method parameters in org.apache.sshd.scp.client with type arguments of type SimpleClient Modifier and Type Method Description protected CloseableScpClientSimpleScpClientImpl. 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 SimpleClientSimpleSftpClientImpl. clientInstanceMethods in org.apache.sshd.sftp.client.impl that return SimpleClient Modifier and Type Method Description SimpleClientSimpleSftpClientImpl. getClient()Methods in org.apache.sshd.sftp.client.impl with parameters of type SimpleClient Modifier and Type Method Description voidSimpleSftpClientImpl. setClient(SimpleClient client)Method parameters in org.apache.sshd.sftp.client.impl with type arguments of type SimpleClient Modifier and Type Method Description protected SftpClientSimpleSftpClientImpl. 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)
-