Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.BufferHandler
-
Packages that use BufferHandler Package Description org.apache.activemq.artemis.spi.core.protocol org.apache.activemq.artemis.spi.core.remoting -
-
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 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.
-