Interface ByteBufParser<PAYLOAD>

All Superinterfaces:
Parser<PAYLOAD,io.netty.buffer.ByteBuf,io.netty.buffer.ByteBuf>
All Known Subinterfaces:
PayloadParser<PAYLOAD>

public interface ByteBufParser<PAYLOAD> extends Parser<PAYLOAD,io.netty.buffer.ByteBuf,io.netty.buffer.ByteBuf>