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)-
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)
- Specified by:
handlePacketin interfaceChannelHandler
-
-