Uses of Interface
org.apache.activemq.artemis.core.protocol.core.ChannelHandler
-
-
Uses of ChannelHandler in org.apache.activemq.artemis.core.protocol.core
Classes in org.apache.activemq.artemis.core.protocol.core that implement ChannelHandler Modifier and Type Class Description classServerSessionPacketHandlerMethods in org.apache.activemq.artemis.core.protocol.core that return ChannelHandler Modifier and Type Method Description ChannelHandlerChannel. getHandler()Gets theChannelHandlerthat this channel should forward received packets to.Methods in org.apache.activemq.artemis.core.protocol.core with parameters of type ChannelHandler Modifier and Type Method Description voidChannel. setHandler(ChannelHandler handler)Sets theChannelHandlerthat this channel should forward received packets to. -
Uses of ChannelHandler in org.apache.activemq.artemis.core.protocol.core.impl
Classes in org.apache.activemq.artemis.core.protocol.core.impl that implement ChannelHandler Modifier and Type Class Description classActiveMQPacketHandlerA packet handler for all packets that need to be handled at the server levelMethods in org.apache.activemq.artemis.core.protocol.core.impl that return ChannelHandler Modifier and Type Method Description ChannelHandlerChannelImpl. getHandler()Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type ChannelHandler Modifier and Type Method Description voidChannelImpl. setHandler(ChannelHandler handler) -
Uses of ChannelHandler in org.apache.activemq.artemis.core.replication
Classes in org.apache.activemq.artemis.core.replication that implement ChannelHandler Modifier and Type Class Description classReplicationEndpointHandles all the synchronization necessary for replication on the backup side (that is the backup's side of the "remote backup" use case). -
Uses of ChannelHandler in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return ChannelHandler Modifier and Type Method Description ChannelHandlerActivation. getActivationChannelHandler(Channel channel, Acceptor acceptorUsed)ChannelHandlerColocatedActivation. getActivationChannelHandler(Channel channel, Acceptor acceptorUsed)ChannelHandlerReplicationPrimaryActivation. getActivationChannelHandler(Channel channel, Acceptor acceptorUsed)ChannelHandlerSharedNothingLiveActivation. getActivationChannelHandler(Channel channel, Acceptor acceptorUsed)
-