Interface SimpleProtocol<BUF extends FriendlyByteBuf,BASE>

All Superinterfaces:
BaseProtocol<SimpleFlow<BUF,BASE>,SimpleProtocol<BUF,BASE>>, SimpleConnection<BASE>
All Known Subinterfaces:
SimpleFlow<BUF,BASE>
All Known Implementing Classes:
SimpleChannel.Flow, SimpleChannel.Protocol

public interface SimpleProtocol<BUF extends FriendlyByteBuf,BASE> extends BaseProtocol<SimpleFlow<BUF,BASE>,SimpleProtocol<BUF,BASE>>, SimpleConnection<BASE>
Entry point for a SimpleChannel protocol without any extra context handler marshaling.