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)
ChannelHandlerhandlePacket in interface ChannelHandlerpacket - the packet receivedCopyright © 2016 JBoss, a division of Red Hat. All rights reserved.