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)
ForwardingAcceptorFactory
createNioSocketAcceptor
in interface ForwardingAcceptorFactory
s
- the Session the connections are forwarded throughCopyright © 2008–2013 The Apache Software Foundation. All rights reserved.