接口 SimpleHandlerProtocol<BUF extends FriendlyByteBuf,BASE>

所有超级接口:
BaseProtocol<SimpleHandlerFlow<BUF,BASE>,SimpleHandlerProtocol<BUF,BASE>>, SimpleConnection<BASE>
所有已知子接口:
SimpleHandlerFlow<BUF,BASE>
所有已知实现类:
SimpleChannel.HandlerFlow, SimpleChannel.HandlerProtocol

public interface SimpleHandlerProtocol<BUF extends FriendlyByteBuf,BASE> extends BaseProtocol<SimpleHandlerFlow<BUF,BASE>,SimpleHandlerProtocol<BUF,BASE>>, SimpleConnection<BASE>
Entry point for a SimpleChannel protocol that mimics vanilla's Packet system where every packet must implement SimplePacket and will have their handle(CTX, Context) method called.