Class ActiveMQPacketHandler
java.lang.Object
org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQPacketHandler
- All Implemented Interfaces:
ChannelHandler
A packet handler for all packets that need to be handled at the server level
-
Constructor Summary
ConstructorsConstructorDescriptionActiveMQPacketHandler(CoreProtocolManager protocolManager, ActiveMQServer server, Channel channel1, CoreRemotingConnection connection) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandlePacket(Packet packet) called by the channel when a packet is received..Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.activemq.artemis.core.protocol.core.ChannelHandler
endOfBatch
-
Constructor Details
-
ActiveMQPacketHandler
public ActiveMQPacketHandler(CoreProtocolManager protocolManager, ActiveMQServer server, Channel channel1, CoreRemotingConnection connection)
-
-
Method Details
-
handlePacket
Description copied from interface:ChannelHandlercalled by the channel when a packet is received..- Specified by:
handlePacketin interfaceChannelHandler- Parameters:
packet- the packet received
-