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 |
|---|---|
default void |
endOfBatch() |
void |
handlePacket(Packet packet)
called by the channel when a packet is received..
|
void handlePacket(Packet packet)
packet - the packet receiveddefault void endOfBatch()
Copyright © 2021 JBoss by Red Hat. All rights reserved.