public class HornetQPacketHandler extends Object implements ChannelHandler
Constructor and Description |
---|
HornetQPacketHandler(org.hornetq.core.protocol.core.impl.CoreProtocolManager protocolManager,
HornetQServer server,
Channel channel1,
CoreRemotingConnection connection) |
Modifier and Type | Method and Description |
---|---|
void |
handlePacket(Packet packet)
called by the channel when a packet is received..
|
public HornetQPacketHandler(org.hornetq.core.protocol.core.impl.CoreProtocolManager protocolManager, HornetQServer server, Channel channel1, CoreRemotingConnection connection)
public void handlePacket(Packet packet)
ChannelHandler
handlePacket
in interface ChannelHandler
packet
- the packet receivedCopyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.