Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.BufferHandler
Packages that use BufferHandler
Package
Description
-
Uses of BufferHandler in org.apache.activemq.artemis.core.management.impl
Classes in org.apache.activemq.artemis.core.management.impl that implement BufferHandler -
Uses of BufferHandler in org.apache.activemq.artemis.core.protocol.core
Subinterfaces of BufferHandler in org.apache.activemq.artemis.core.protocol.coreModifier and TypeInterfaceDescriptioninterfaceExtension 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 -
Uses of BufferHandler in org.apache.activemq.artemis.core.remoting.impl.invm
Methods in org.apache.activemq.artemis.core.remoting.impl.invm that return BufferHandlerMethods in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type BufferHandlerModifier and TypeMethodDescriptionvoidInVMAcceptor.connect(String connectionID, BufferHandler remoteHandler, InVMConnector connector, ArtemisExecutor clientExecutor) InVMAcceptorFactory.createAcceptor(String name, ClusterConnection clusterConnection, Map<String, Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String, ProtocolManager> protocolMap) InVMConnectorFactory.createConnector(Map<String, Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager) protected ConnectionInVMConnector.internalCreateConnection(BufferHandler handler, ClientConnectionLifeCycleListener listener, ArtemisExecutor serverExecutor) Constructors in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type BufferHandlerModifierConstructorDescriptionInVMAcceptor(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, ArtemisExecutor executor) InVMConnection(int serverID, String id, BufferHandler handler, BaseConnectionLifeCycleListener listener, ArtemisExecutor executor, ActiveMQPrincipal defaultActiveMQPrincipal) InVMConnection(int serverID, BufferHandler handler, BaseConnectionLifeCycleListener listener, ArtemisExecutor 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 BufferHandlerModifier and TypeMethodDescriptionNettyAcceptorFactory.createAcceptor(String name, ClusterConnection connection, Map<String, Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String, ProtocolManager> protocolMap) NettyConnectorFactory.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 BufferHandlerModifierConstructorDescriptionprotectedActiveMQChannelHandler(io.netty.channel.group.ChannelGroup group, BufferHandler handler, BaseConnectionLifeCycleListener<?> listener, Executor listenerExecutor) NettyAcceptor(String name, ClusterConnection clusterConnection, Map<String, Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, ScheduledExecutorService scheduledThreadPool, Executor failureExecutor, Map<String, ProtocolManager> protocolMap) NettyConnector(Map<String, Object> configuration, BufferHandler handler, BaseConnectionLifeCycleListener<?> listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool) 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 BufferHandler in org.apache.activemq.artemis.spi.core.protocol
Subinterfaces of BufferHandler in org.apache.activemq.artemis.spi.core.protocolModifier and TypeInterfaceDescriptioninterfaceA RemotingConnection is a connection between a client and a server.Classes in org.apache.activemq.artemis.spi.core.protocol that implement BufferHandler -
Uses of BufferHandler in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type BufferHandlerModifier and TypeMethodDescriptionAcceptorFactory.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.ConnectorFactory.createConnector(Map<String, Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager) creates a new instance of a connector.