Uses of Interface
org.apache.sshd.ClientSession

Packages that use ClientSession
org.apache.sshd.client   
org.apache.sshd.client.future   
org.apache.sshd.client.keyverifier   
org.apache.sshd.client.session   
 

Uses of ClientSession in org.apache.sshd.client
 

Methods in org.apache.sshd.client with parameters of type ClientSession
 boolean ServerKeyVerifier.verifyServerKey(ClientSession sshClientSession, java.net.SocketAddress remoteAddress, java.security.PublicKey serverKey)
          Verify that the server key provided is really the one of the host.
 

Uses of ClientSession in org.apache.sshd.client.future
 

Methods in org.apache.sshd.client.future that return ClientSession
 ClientSession DefaultConnectFuture.getSession()
           
 ClientSession ConnectFuture.getSession()
           
 

Methods in org.apache.sshd.client.future with parameters of type ClientSession
 void DefaultConnectFuture.setSession(ClientSession session)
           
 void ConnectFuture.setSession(ClientSession session)
          Sets the newly connected session and notifies all threads waiting for this future.
 

Uses of ClientSession in org.apache.sshd.client.keyverifier
 

Methods in org.apache.sshd.client.keyverifier with parameters of type ClientSession
 boolean RequiredServerKeyVerifier.verifyServerKey(ClientSession sshClientSession, java.net.SocketAddress remoteAddress, java.security.PublicKey serverKey)
           
 boolean DelegatingServerKeyVerifier.verifyServerKey(ClientSession sshClientSession, java.net.SocketAddress remoteAddress, java.security.PublicKey serverKey)
           
 boolean AcceptAllServerKeyVerifier.verifyServerKey(ClientSession sshClientSession, java.net.SocketAddress remoteAddress, java.security.PublicKey serverKey)
           
 

Uses of ClientSession in org.apache.sshd.client.session
 

Classes in org.apache.sshd.client.session that implement ClientSession
 class ClientSessionImpl
          TODO Add javadoc
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.