public interface AcceptorFactory
Connector will connect to and is used by the remoting service.| Modifier and Type | Method and Description |
|---|---|
Acceptor |
createAcceptor(ClusterConnection clusterConnection,
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.
|
Acceptor createAcceptor(ClusterConnection clusterConnection, Map<String,Object> configuration, BufferHandler handler, BufferDecoder decoder, ConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ProtocolManager manager)
configuration - the configurationhandler - the handlerdecoder - the decoderlistener - the listenerthreadPool - the threadpoolscheduledThreadPool - a scheduled thread poolmanager - Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.