Uses of Interface
org.apache.activemq.artemis.spi.core.protocol.ProtocolManager
Packages that use ProtocolManager
Package
Description
-
Uses of ProtocolManager in org.apache.activemq.artemis.core.protocol
Methods in org.apache.activemq.artemis.core.protocol that return ProtocolManagerMethods in org.apache.activemq.artemis.core.protocol that return types with arguments of type ProtocolManagerConstructor parameters in org.apache.activemq.artemis.core.protocol with type arguments of type ProtocolManagerModifierConstructorDescriptionProtocolHandler(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 ProtocolManagerMethods in org.apache.activemq.artemis.core.protocol.core.impl that return ProtocolManagerModifier and TypeMethodDescriptionCoreProtocolManagerFactory.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 ProtocolManagerModifierConstructorDescriptionCoreSessionCallback(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 ProtocolManagerModifier and TypeFieldDescriptionprotected final Map<String,ProtocolManager> AbstractAcceptor.protocolMapMethods in org.apache.activemq.artemis.core.remoting.impl that return types with arguments of type ProtocolManagerConstructor parameters in org.apache.activemq.artemis.core.remoting.impl with type arguments of type ProtocolManager -
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 ProtocolManagerModifier and TypeMethodDescriptionvoidRemotingServiceImpl.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 ProtocolManagerModifier and TypeClassDescriptionclassAbstractProtocolManager<P,I extends BaseInterceptor<P>, C extends RemotingConnection, R extends RoutingHandler> Methods in org.apache.activemq.artemis.spi.core.protocol that return ProtocolManagerModifier and TypeMethodDescriptionProtocolManagerFactory.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.