Uses of Interface
org.jclouds.sshj.SshjSshClient.Connection
-
Packages that use SshjSshClient.Connection Package Description org.jclouds.sshj -
-
Uses of SshjSshClient.Connection in org.jclouds.sshj
Classes in org.jclouds.sshj that implement SshjSshClient.Connection Modifier and Type Class Description class
SSHClientConnection
Methods in org.jclouds.sshj with type parameters of type SshjSshClient.Connection Modifier and Type Method Description protected <T,C extends SshjSshClient.Connection<T>>
TSshjSshClient. acquire(C connection)
Methods in org.jclouds.sshj that return SshjSshClient.Connection Modifier and Type Method Description protected SshjSshClient.Connection<net.schmizz.sshj.connection.channel.direct.Session>
SshjSshClient. execConnection()
protected SshjSshClient.Connection<net.schmizz.sshj.connection.channel.direct.Session>
SshjSshClient. noPTYConnection()
-