Uses of Interface
org.apache.activemq.artemis.core.protocol.core.ChannelHandler
Packages that use ChannelHandler
Package
Description
-
Uses of ChannelHandler in org.apache.activemq.artemis.core.protocol.core
Classes in org.apache.activemq.artemis.core.protocol.core that implement ChannelHandlerMethods in org.apache.activemq.artemis.core.protocol.core that return ChannelHandlerModifier and TypeMethodDescriptionChannel.getHandler()Gets theChannelHandlerthat this channel should forward received packets to.Methods in org.apache.activemq.artemis.core.protocol.core with parameters of type ChannelHandlerModifier and TypeMethodDescriptionvoidChannel.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 ChannelHandlerModifier and TypeClassDescriptionclassA 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 ChannelHandlerMethods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type ChannelHandler -
Uses of ChannelHandler in org.apache.activemq.artemis.core.replication
Classes in org.apache.activemq.artemis.core.replication that implement ChannelHandlerModifier and TypeClassDescriptionfinal classHandles 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 ChannelHandlerModifier and TypeMethodDescriptionActivation.getActivationChannelHandler(Channel channel, Acceptor acceptorUsed) allows the Activation to register a channel handler so it can handle any packets that are unique to the ActivationColocatedActivation.getActivationChannelHandler(Channel channel, Acceptor acceptorUsed) ReplicationPrimaryActivation.getActivationChannelHandler(Channel channel, Acceptor acceptorUsed) SharedNothingPrimaryActivation.getActivationChannelHandler(Channel channel, Acceptor acceptorUsed)