public interface AcceptorFactory
Connector will connect to and is used by the remoting service.| Modifier and Type | Method and Description |
|---|---|
Acceptor |
createAcceptor(String name,
org.hornetq.core.server.cluster.ClusterConnection clusterConnection,
Map<String,Object> configuration,
BufferHandler handler,
ConnectionLifeCycleListener listener,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
Map<String,ProtocolManager> protocolMap)
Create a new instance of an Acceptor.
|
Set<String> |
getAllowableProperties()
Returns the allowable properties for this acceptor.
|
Acceptor createAcceptor(String name, org.hornetq.core.server.cluster.ClusterConnection clusterConnection, Map<String,Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String,ProtocolManager> protocolMap)
name - the name of the acceptorconfiguration - the configurationhandler - the handlerlistener - the listenerthreadPool - the threadpoolscheduledThreadPool - a scheduled thread poolprotocolMap - Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.