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