public interface ChannelHandler
Channel
. When a channel receives a packet it will call its handler to deal with the
packet.Modifier and Type | Method and Description |
---|---|
void |
handlePacket(Packet packet)
called by the channel when a packet is received..
|
void handlePacket(Packet packet)
packet
- the packet receivedCopyright © 2018 JBoss by Red Hat. All rights reserved.