org.apache.sshd.common
Interface ForwardingAcceptorFactory

All Known Implementing Classes:
DefaultForwardingAcceptorFactory

public interface ForwardingAcceptorFactory

A factory for creating NioSocketAcceptor objects for Port & X11 forwarding


Method Summary
 org.apache.mina.transport.socket.nio.NioSocketAcceptor createNioSocketAcceptor(Session session)
          Creates the NioSocketAcceptor to be used for forwards for this ServerSession.
 

Method Detail

createNioSocketAcceptor

org.apache.mina.transport.socket.nio.NioSocketAcceptor createNioSocketAcceptor(Session session)
Creates the NioSocketAcceptor to be used for forwards for this ServerSession.

Parameters:
session - the Session the connections are forwarded through
Returns:
the NioSocketAcceptor that will listen for connections


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