Uses of Interface
org.apache.activemq.artemis.spi.core.protocol.ProtocolManager
-
-
Uses of ProtocolManager in org.apache.activemq.artemis.core.protocol
Methods in org.apache.activemq.artemis.core.protocol that return ProtocolManager Modifier and Type Method Description ProtocolManagerProtocolHandler. getProtocol(String name)Methods in org.apache.activemq.artemis.core.protocol that return types with arguments of type ProtocolManager Modifier and Type Method Description Map<String,ProtocolManager>ProtocolHandler. getProtocolMap()Constructor parameters in org.apache.activemq.artemis.core.protocol with type arguments of type ProtocolManager Constructor Description ProtocolHandler(Map<String,ProtocolManager> protocolMap, NettyAcceptor nettyAcceptor, ScheduledExecutorService scheduledThreadPool) -
Uses of ProtocolManager in org.apache.activemq.artemis.core.protocol.core.impl
Classes in org.apache.activemq.artemis.core.protocol.core.impl that implement ProtocolManager Modifier and Type Class Description classCoreProtocolManagerMethods in org.apache.activemq.artemis.core.protocol.core.impl that return ProtocolManager Modifier and Type Method Description ProtocolManagerCoreProtocolManagerFactory. createProtocolManager(ActiveMQServer server, Map<String,Object> parameters, List<BaseInterceptor> incomingInterceptors, List<BaseInterceptor> outgoingInterceptors)When you create the ProtocolManager, you should filter out any interceptors that won't belong to this Protocol.Constructors in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type ProtocolManager Constructor Description CoreSessionCallback(String name, ProtocolManager protocolManager, Channel channel, RemotingConnection connection) -
Uses of ProtocolManager in org.apache.activemq.artemis.core.remoting.impl
Fields in org.apache.activemq.artemis.core.remoting.impl with type parameters of type ProtocolManager Modifier and Type Field Description protected Map<String,ProtocolManager>AbstractAcceptor. protocolMapMethods in org.apache.activemq.artemis.core.remoting.impl that return types with arguments of type ProtocolManager Modifier and Type Method Description Map<String,ProtocolManager>AbstractAcceptor. getProtocolMap()Constructor parameters in org.apache.activemq.artemis.core.remoting.impl with type arguments of type ProtocolManager Constructor Description AbstractAcceptor(Map<String,ProtocolManager> protocolMap) -
Uses of ProtocolManager in org.apache.activemq.artemis.core.remoting.server.impl
Methods in org.apache.activemq.artemis.core.remoting.server.impl with parameters of type ProtocolManager Modifier and Type Method Description voidRemotingServiceImpl. connectionCreated(ActiveMQComponent component, Connection connection, ProtocolManager protocol) -
Uses of ProtocolManager in org.apache.activemq.artemis.spi.core.protocol
Classes in org.apache.activemq.artemis.spi.core.protocol that implement ProtocolManager Modifier and Type Class Description classAbstractProtocolManager<P,I extends BaseInterceptor<P>,C extends RemotingConnection,R extends RoutingHandler>Methods in org.apache.activemq.artemis.spi.core.protocol that return ProtocolManager Modifier and Type Method Description ProtocolManagerProtocolManagerFactory. createProtocolManager(ActiveMQServer server, Map<String,Object> parameters, List<BaseInterceptor> incomingInterceptors, List<BaseInterceptor> outgoingInterceptors)When you create the ProtocolManager, you should filter out any interceptors that won't belong to this Protocol.
-