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(Session s)
Creates the NioSocketAcceptor to be used for forwards for this
ServerSession.
|
public org.apache.mina.transport.socket.nio.NioSocketAcceptor createNioSocketAcceptor(Session s)
ForwardingAcceptorFactorycreateNioSocketAcceptor in interface ForwardingAcceptorFactorys - the Session the connections are forwarded throughCopyright © 2008–2013 The Apache Software Foundation. All rights reserved.