Uses of Interface
org.apache.activemq.artemis.core.protocol.core.Channel
Packages that use Channel
Package
Description
-
Uses of Channel in org.apache.activemq.artemis.core.protocol.core
Methods in org.apache.activemq.artemis.core.protocol.core that return ChannelModifier and TypeMethodDescriptionCoreRemotingConnection.getChannel(long channelID, int confWindowSize) Returns the channel with the channel id specified.ServerSessionPacketHandler.getChannel()Methods in org.apache.activemq.artemis.core.protocol.core with parameters of type ChannelModifier and TypeMethodDescriptionvoidCoreRemotingConnection.putChannel(long channelID, Channel channel) add the channel with the specified channel idConstructors in org.apache.activemq.artemis.core.protocol.core with parameters of type ChannelModifierConstructorDescriptionServerSessionPacketHandler(ActiveMQServer server, ServerSession session, Channel channel) -
Uses of Channel in org.apache.activemq.artemis.core.protocol.core.impl
Classes in org.apache.activemq.artemis.core.protocol.core.impl that implement ChannelMethods in org.apache.activemq.artemis.core.protocol.core.impl that return ChannelModifier and TypeMethodDescriptionRemotingConnectionImpl.getChannel(long channelID, int confWindowSize) ActiveMQClientProtocolManager.getChannel0()ActiveMQClientProtocolManager.getChannel1()ActiveMQSessionContext.getSessionChannel()Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type ChannelModifier and TypeMethodDescriptionprotected SessionContextActiveMQClientProtocolManager.newSessionContext(String name, int confirmationWindowSize, Channel sessionChannel, CreateSessionResponseMessage response) voidRemotingConnectionImpl.putChannel(long channelID, Channel channel) Constructors in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type ChannelModifierConstructorDescriptionActiveMQPacketHandler(CoreProtocolManager protocolManager, ActiveMQServer server, Channel channel1, CoreRemotingConnection connection) ActiveMQSessionContext(String name, RemotingConnection remotingConnection, Channel sessionChannel, int serverVersion, int confirmationWindow) CoreSessionCallback(String name, ProtocolManager protocolManager, Channel channel, RemotingConnection connection) -
Uses of Channel in org.apache.activemq.artemis.core.protocol.hornetq.client
Methods in org.apache.activemq.artemis.core.protocol.hornetq.client with parameters of type ChannelModifier and TypeMethodDescriptionprotected SessionContextHornetQClientProtocolManager.newSessionContext(String name, int confirmationWindowSize, Channel sessionChannel, CreateSessionResponseMessage response) Constructors in org.apache.activemq.artemis.core.protocol.hornetq.client with parameters of type ChannelModifierConstructorDescriptionHornetQClientSessionContext(String name, RemotingConnection remotingConnection, Channel sessionChannel, int serverVersion, int confirmationWindow) -
Uses of Channel in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication that return ChannelMethods in org.apache.activemq.artemis.core.replication with parameters of type Channel -
Uses of Channel in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster that return ChannelMethods in org.apache.activemq.artemis.core.server.cluster that return types with arguments of type ChannelMethods in org.apache.activemq.artemis.core.server.cluster with parameters of type ChannelModifier and TypeMethodDescriptionvoidClusterController.addClusterChannelHandler(Channel channel, Acceptor acceptorUsed, CoreRemotingConnection remotingConnection, Activation activation) used to set a channel handler on the connection that can be used by the cluster controlvoidClusterManager.addClusterChannelHandler(Channel channel, Acceptor acceptorUsed, CoreRemotingConnection remotingConnection, Activation activation) -
Uses of Channel in org.apache.activemq.artemis.core.server.cluster.quorum
Methods in org.apache.activemq.artemis.core.server.cluster.quorum with parameters of type ChannelModifier and TypeMethodDescriptionvoidQuorumManager.handleQuorumVote(Channel clusterChannel, Packet packet) -
Uses of Channel in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl with parameters of type ChannelModifier 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)