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   
org.apache.sshd.server.filesystem   
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)
           
 void SessionListener.sessionClosed(Session s)
           
 void SessionListener.sessionCreated(Session session)
           
 

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
 

Methods in org.apache.sshd.server with parameters of type Session
 FileSystemView FileSystemFactory.createFileSystemView(Session session)
          Create user specific file system view.
 

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

Methods in org.apache.sshd.server.filesystem with parameters of type Session
 FileSystemView NativeFileSystemFactory.createFileSystemView(Session session)
          Create the appropriate user file system view.
 

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 Add javadoc
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.