Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.ClientProtocolManager
-
-
Uses of ClientProtocolManager in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl that return ClientProtocolManager Modifier and Type Method Description ClientProtocolManagerServerLocatorImpl. newProtocolManager()ClientProtocolManagerServerLocatorInternal. newProtocolManager()Methods in org.apache.activemq.artemis.core.client.impl with parameters of type ClientProtocolManager Modifier and Type Method Description voidClientSessionFactoryImpl. 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 ClientProtocolManager Modifier and Type Class Description classActiveMQClientProtocolManagerThis 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 Modifier and Type Method Description ClientProtocolManagerActiveMQClientProtocolManagerFactory. newProtocolManager() -
Uses of ClientProtocolManager in org.apache.activemq.artemis.core.protocol.hornetq.client
Classes in org.apache.activemq.artemis.core.protocol.hornetq.client that implement ClientProtocolManager Modifier and Type Class Description classHornetQClientProtocolManagerMethods in org.apache.activemq.artemis.core.protocol.hornetq.client that return ClientProtocolManager Modifier and Type Method Description ClientProtocolManagerHornetQClientProtocolManagerFactory. newProtocolManager() -
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 ClientProtocolManager Modifier and Type Method Description ConnectorInVMConnectorFactory. 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 ClientProtocolManager Constructor Description InVMConnector(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 ClientProtocolManager Modifier and Type Method Description ConnectorNettyConnectorFactory. 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 ClientProtocolManager Constructor Description NettyConnector(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 Modifier and Type Method Description ClientProtocolManagerActiveMQServerSideProtocolManagerFactory. newProtocolManager() -
Uses of ClientProtocolManager in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting that return ClientProtocolManager Modifier and Type Method Description ClientProtocolManagerClientProtocolManagerFactory. newProtocolManager()ClientProtocolManagerClientProtocolManager. setExecutor(Executor executor)Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ClientProtocolManager Modifier and Type Method Description ConnectorConnectorFactory. createConnector(Map<String,Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager)creates a new instance of a connector.
-