Uses of Interface
org.apache.sshd.client.simple.SimpleClient
-
Packages that use SimpleClient Package Description org.apache.sshd.client org.apache.sshd.client.simple -
-
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, Channel channel)Wraps an existingClientSessionCreatorinto aSimpleClient
-