Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.BufferHandler
-
-
Uses of BufferHandler in org.apache.activemq.artemis.core.management.impl
Classes in org.apache.activemq.artemis.core.management.impl that implement BufferHandler Modifier and Type Class Description classManagementRemotingConnection -
Uses of BufferHandler in org.apache.activemq.artemis.core.protocol.core
Subinterfaces of BufferHandler in org.apache.activemq.artemis.core.protocol.core Modifier and Type Interface Description interfaceCoreRemotingConnectionExtension of RemotingConnection for the ActiveMQ Artemis core protocol -
Uses of BufferHandler in org.apache.activemq.artemis.core.protocol.core.impl
Classes in org.apache.activemq.artemis.core.protocol.core.impl that implement BufferHandler Modifier and Type Class Description classRemotingConnectionImpl -
Uses of BufferHandler in org.apache.activemq.artemis.core.remoting.impl.invm
Methods in org.apache.activemq.artemis.core.remoting.impl.invm that return BufferHandler Modifier and Type Method Description BufferHandlerInVMAcceptor. getHandler()BufferHandlerInVMConnector. getHandler()Constructors in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type BufferHandler Constructor Description InVMAcceptor(String name, ClusterConnection clusterConnection, Map<String,Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Map<String,ProtocolManager> protocolMap, Executor threadPool)InVMConnection(int serverID, String id, BufferHandler handler, BaseConnectionLifeCycleListener listener, Executor executor)InVMConnection(int serverID, String id, BufferHandler handler, BaseConnectionLifeCycleListener listener, Executor executor, ActiveMQPrincipal defaultActiveMQPrincipal)InVMConnection(int serverID, BufferHandler handler, BaseConnectionLifeCycleListener listener, Executor executor)InVMConnector(Map<String,Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ClientProtocolManager protocolManager) -
Uses of BufferHandler in org.apache.activemq.artemis.core.remoting.impl.netty
Methods in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type BufferHandler Modifier and Type Method Description AcceptorNettyAcceptorFactory. createAcceptor(String name, ClusterConnection connection, Map<String,Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String,ProtocolManager> protocolMap)ConnectorNettyConnectorFactory. createConnector(Map<String,Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager) -
Uses of BufferHandler in org.apache.activemq.artemis.spi.core.protocol
Subinterfaces of BufferHandler in org.apache.activemq.artemis.spi.core.protocol Modifier and Type Interface Description interfaceRemotingConnectionA RemotingConnection is a connection between a client and a server.Classes in org.apache.activemq.artemis.spi.core.protocol that implement BufferHandler Modifier and Type Class Description classAbstractRemotingConnection -
Uses of BufferHandler in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type BufferHandler Modifier and Type Method Description AcceptorAcceptorFactory. createAcceptor(String name, ClusterConnection clusterConnection, Map<String,Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String,ProtocolManager> protocolMap)Create a new instance of an Acceptor.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.
-