Class ActiveMQPacketHandler
- java.lang.Object
-
- org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQPacketHandler
-
- All Implemented Interfaces:
ChannelHandler
public class ActiveMQPacketHandler extends Object implements ChannelHandler
A packet handler for all packets that need to be handled at the server level
-
-
Constructor Summary
Constructors Constructor Description ActiveMQPacketHandler(CoreProtocolManager protocolManager, ActiveMQServer server, Channel channel1, CoreRemotingConnection connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandlePacket(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, wait
-
Methods inherited from interface org.apache.activemq.artemis.core.protocol.core.ChannelHandler
endOfBatch
-
-
-
-
Constructor Detail
-
ActiveMQPacketHandler
public ActiveMQPacketHandler(CoreProtocolManager protocolManager, ActiveMQServer server, Channel channel1, CoreRemotingConnection connection)
-
-
Method Detail
-
handlePacket
public void handlePacket(Packet packet)
Description copied from interface:ChannelHandlercalled by the channel when a packet is received..- Specified by:
handlePacketin interfaceChannelHandler- Parameters:
packet- the packet received
-
-