public class NettyAcceptorFactory extends Object implements AcceptorFactory
| Constructor and Description |
|---|
NettyAcceptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
Acceptor |
createAcceptor(ClusterConnection connection,
Map<String,Object> configuration,
BufferHandler handler,
BufferDecoder decoder,
ConnectionLifeCycleListener listener,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
ProtocolManager manager)
Create a new instance of an Acceptor.
|
Set<String> |
getAllowableProperties()
Returns the allowable properties for this acceptor.
|
public Acceptor createAcceptor(ClusterConnection connection, Map<String,Object> configuration, BufferHandler handler, BufferDecoder decoder, ConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ProtocolManager manager)
AcceptorFactorycreateAcceptor in interface AcceptorFactoryconfiguration - the configurationhandler - the handlerdecoder - the decoderlistener - the listenerthreadPool - the threadpoolscheduledThreadPool - a scheduled thread poolpublic Set<String> getAllowableProperties()
AcceptorFactorygetAllowableProperties in interface AcceptorFactoryCopyright © 2013 JBoss, a division of Red Hat. All rights reserved.