public class DefaultForwardingAcceptorFactory extends Object implements ForwardingAcceptorFactory
| Constructor and Description |
|---|
DefaultForwardingAcceptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.mina.transport.socket.nio.NioSocketAcceptor |
createNioSocketAcceptor(ServerSession s)
Creates the NioSocketAcceptor to be used for forwards for this
ServerSession.
|
public org.apache.mina.transport.socket.nio.NioSocketAcceptor createNioSocketAcceptor(ServerSession s)
ForwardingAcceptorFactorycreateNioSocketAcceptor in interface ForwardingAcceptorFactorys - the ServerSession the connections are forwarded throughCopyright © 2008-2012 Apache Software Foundation. All Rights Reserved.