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

Packages that use FactoryManager
org.apache.sshd Defines the two main classes for the client and server side of SSH protocol support. 
org.apache.sshd.client   
org.apache.sshd.client.session   
org.apache.sshd.common   
org.apache.sshd.common.session   
org.apache.sshd.server   
org.apache.sshd.server.session   
 

Uses of FactoryManager in org.apache.sshd
 

Classes in org.apache.sshd that implement FactoryManager
 class SshClient
          Entry point for the client side of the SSH protocol.
 class SshServer
          The SshServer class is the main entry point for the server side of the SSH protocol.
 

Uses of FactoryManager in org.apache.sshd.client
 

Subinterfaces of FactoryManager in org.apache.sshd.client
 interface ClientFactoryManager
          The ClientFactoryManager enable the retrieval of additional configuration needed specifically for the client side.
 

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

Constructors in org.apache.sshd.client.session with parameters of type FactoryManager
ClientSessionImpl(FactoryManager client, org.apache.mina.core.session.IoSession session)
           
 

Uses of FactoryManager in org.apache.sshd.common
 

Classes in org.apache.sshd.common that implement FactoryManager
 class AbstractFactoryManager
          TODO Add javadoc
 

Methods in org.apache.sshd.common that return FactoryManager
 FactoryManager Session.getFactoryManager()
          Retrieve the FactoryManager that has created this session
 

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

Fields in org.apache.sshd.common.session declared as FactoryManager
protected  FactoryManager AbstractSession.factoryManager
          The factory manager used to retrieve factories of Ciphers, Macs and other objects
 

Methods in org.apache.sshd.common.session that return FactoryManager
 FactoryManager AbstractSession.getFactoryManager()
          Retrieve the factory manager
 

Constructors in org.apache.sshd.common.session with parameters of type FactoryManager
AbstractSession(FactoryManager factoryManager, org.apache.mina.core.session.IoSession ioSession)
          Create a new session.
 

Uses of FactoryManager in org.apache.sshd.server
 

Subinterfaces of FactoryManager in org.apache.sshd.server
 interface ServerFactoryManager
          The ServerFactoryManager enable the retrieval of additional configuration needed specifically for the server side.
 

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

Constructors in org.apache.sshd.server.session with parameters of type FactoryManager
ServerSession(FactoryManager server, org.apache.mina.core.session.IoSession ioSession)
           
 



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