Package net.md_5.bungee.netty
package net.md_5.bungee.netty
-
ClassesClassDescriptionThis class is a primitive wrapper for
PacketHandlerinstances tied to channels to maintain simple states, and only call the required, adapted methods when the channel is connected.This class will attempt to read a packet fromPacketReader, with the specifiedPacketDecoder.protocolbefore returning a newByteBufwith the copied contents of all bytes read in this frame.