Package | Description |
---|---|
org.apache.activemq.artemis.spi.core.protocol | |
org.apache.activemq.artemis.spi.core.remoting |
Modifier and Type | Method and Description |
---|---|
ProtocolManager |
ProtocolManagerFactory.createProtocolManager(org.apache.activemq.artemis.core.server.ActiveMQServer server,
List<P> incomingInterceptors,
List<P> outgoingInterceptors)
When you create the ProtocolManager, you should filter out any interceptors that won't belong
to this Protocol.
|
Modifier and Type | Method and Description |
---|---|
Acceptor |
AcceptorFactory.createAcceptor(String name,
org.apache.activemq.artemis.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.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.