Package io.keldysh.messaging.parsing
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>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.keldysh.messaging.parsing.Parser
Parser.Reader<RECEIVE_MESSAGE,
PAYLOAD>, Parser.Writer<PAYLOAD, PUBLISH_MESSAGE> -
Method Summary