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

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

Uses of ForwardingAcceptorFactory in org.apache.sshd
 

Fields in org.apache.sshd declared as ForwardingAcceptorFactory
protected  ForwardingAcceptorFactory SshServer.x11ForwardingAcceptorFactory
           
 

Methods in org.apache.sshd that return ForwardingAcceptorFactory
 ForwardingAcceptorFactory SshServer.getX11ForwardingAcceptorFactory()
           
 

Methods in org.apache.sshd with parameters of type ForwardingAcceptorFactory
 void SshServer.setX11ForwardNioSocketAcceptorFactory(ForwardingAcceptorFactory f)
           
 

Uses of ForwardingAcceptorFactory in org.apache.sshd.common
 

Fields in org.apache.sshd.common declared as ForwardingAcceptorFactory
protected  ForwardingAcceptorFactory AbstractFactoryManager.tcpipForwardingAcceptorFactory
           
 

Methods in org.apache.sshd.common that return ForwardingAcceptorFactory
 ForwardingAcceptorFactory FactoryManager.getTcpipForwardingAcceptorFactory()
          Retrieve the IoAcceptor factory to be used to accept incoming connections to port forwards.
 ForwardingAcceptorFactory AbstractFactoryManager.getTcpipForwardingAcceptorFactory()
           
 

Methods in org.apache.sshd.common with parameters of type ForwardingAcceptorFactory
 void AbstractFactoryManager.setTcpipForwardNioSocketAcceptorFactory(ForwardingAcceptorFactory f)
           
 

Uses of ForwardingAcceptorFactory in org.apache.sshd.common.forward
 

Classes in org.apache.sshd.common.forward that implement ForwardingAcceptorFactory
 class DefaultForwardingAcceptorFactory
          A Default factory for creating NioSocketAcceptors for Port & X11 Forwarding
 

Uses of ForwardingAcceptorFactory in org.apache.sshd.server
 

Methods in org.apache.sshd.server that return ForwardingAcceptorFactory
 ForwardingAcceptorFactory ServerFactoryManager.getX11ForwardingAcceptorFactory()
          Retrieve the IoAcceptor factory to be used to accept incoming connections for X11 Forwards.
 



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