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.spi.core.protocol
Subinterfaces of BufferHandler in org.apache.activemq.artemis.spi.core.protocolModifier and TypeInterfaceDescriptioninterface
A 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, org.apache.activemq.artemis.core.server.cluster.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.