Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.ClientProtocolManager
Packages that use ClientProtocolManager
Package
Description
-
Uses of ClientProtocolManager in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl that return ClientProtocolManagerModifier and TypeMethodDescriptionServerLocatorImpl.newProtocolManager()ServerLocatorInternal.newProtocolManager()Methods in org.apache.activemq.artemis.core.client.impl with parameters of type ClientProtocolManagerModifier and TypeMethodDescriptionvoidClientSessionFactoryImpl.connectionCreated(ActiveMQComponent component, Connection connection, ClientProtocolManager protocol) -
Uses of ClientProtocolManager in org.apache.activemq.artemis.core.protocol.core.impl
Classes in org.apache.activemq.artemis.core.protocol.core.impl that implement ClientProtocolManagerModifier and TypeClassDescriptionclassThis class will return specific packets for different types of actions happening on a messaging protocol.Methods in org.apache.activemq.artemis.core.protocol.core.impl that return ClientProtocolManager -
Uses of ClientProtocolManager in org.apache.activemq.artemis.core.protocol.hornetq.client
Classes in org.apache.activemq.artemis.core.protocol.hornetq.client that implement ClientProtocolManagerMethods in org.apache.activemq.artemis.core.protocol.hornetq.client that return ClientProtocolManager -
Uses of ClientProtocolManager in org.apache.activemq.artemis.core.remoting.impl.invm
Methods in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type ClientProtocolManagerModifier and TypeMethodDescriptionInVMConnectorFactory.createConnector(Map<String, Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager) Constructors in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type ClientProtocolManagerModifierConstructorDescriptionInVMConnector(Map<String, Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ClientProtocolManager protocolManager) -
Uses of ClientProtocolManager in org.apache.activemq.artemis.core.remoting.impl.netty
Methods in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type ClientProtocolManagerModifier and TypeMethodDescriptionNettyConnectorFactory.createConnector(Map<String, Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager) Constructors in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type ClientProtocolManagerModifierConstructorDescriptionNettyConnector(Map<String, Object> configuration, BufferHandler handler, BaseConnectionLifeCycleListener<?> listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager) NettyConnector(Map<String, Object> configuration, BufferHandler handler, BaseConnectionLifeCycleListener<?> listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager, boolean serverConnection) -
Uses of ClientProtocolManager in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster that return ClientProtocolManager -
Uses of ClientProtocolManager in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting that return ClientProtocolManagerModifier and TypeMethodDescriptionClientProtocolManagerFactory.newProtocolManager()ClientProtocolManager.setExecutor(Executor executor) Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ClientProtocolManagerModifier and TypeMethodDescriptionConnectorFactory.createConnector(Map<String, Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager) creates a new instance of a connector.