Interface PayloadParser<PAYLOAD>

All Superinterfaces:
ByteBufParser<PAYLOAD>, Parser<PAYLOAD,io.netty.buffer.ByteBuf,io.netty.buffer.ByteBuf>

public interface PayloadParser<PAYLOAD> extends ByteBufParser<PAYLOAD>