Uses of Interface
org.apache.sshd.common.Session

Packages that use Session
org.apache.sshd.client.session   
org.apache.sshd.common   
org.apache.sshd.common.channel   
org.apache.sshd.common.session   
org.apache.sshd.server.session   
 

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

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

Uses of Session in org.apache.sshd.common
 

Methods in org.apache.sshd.common that return Session
 Session Channel.getSession()
           
 

Methods in org.apache.sshd.common with parameters of type Session
 void Channel.init(Session session, int id)
           
 

Uses of Session in org.apache.sshd.common.channel
 

Fields in org.apache.sshd.common.channel declared as Session
protected  Session AbstractChannel.session
           
 

Methods in org.apache.sshd.common.channel that return Session
 Session AbstractChannel.getSession()
           
 

Methods in org.apache.sshd.common.channel with parameters of type Session
 void AbstractChannel.init(Session session, int id)
           
 

Uses of Session in org.apache.sshd.common.session
 

Classes in org.apache.sshd.common.session that implement Session
 class AbstractSession
          The AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.
 

Uses of Session in org.apache.sshd.server.session
 

Classes in org.apache.sshd.server.session that implement Session
 class ServerSession
          TODO: handle key re-exchange key re-exchange should be performed after each gigabyte of transferred data or one hour time connection (see RFC4253, section 9) TODO: better use of SSH_MSG_DISCONNECT and disconnect error codes TODO: use a single Timer for on the server for all sessions TODO Add javadoc
 



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