Uses of Interface
io.netty.buffer.ByteBufProcessor
Packages that use ByteBufProcessor
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
-
Uses of ByteBufProcessor in io.netty.buffer
Fields in io.netty.buffer declared as ByteBufProcessorModifier and TypeFieldDescriptionstatic final ByteBufProcessorByteBufProcessor.FIND_CRDeprecated.static final ByteBufProcessorByteBufProcessor.FIND_CRLFDeprecated.static final ByteBufProcessorByteBufProcessor.FIND_LFDeprecated.static final ByteBufProcessorByteBufProcessor.FIND_LINEAR_WHITESPACEDeprecated.static final ByteBufProcessorByteBufProcessor.FIND_NON_CRDeprecated.static final ByteBufProcessorByteBufProcessor.FIND_NON_CRLFDeprecated.static final ByteBufProcessorByteBufProcessor.FIND_NON_LFDeprecated.static final ByteBufProcessorByteBufProcessor.FIND_NON_LINEAR_WHITESPACEDeprecated.static final ByteBufProcessorByteBufProcessor.FIND_NON_NULDeprecated.static final ByteBufProcessorByteBufProcessor.FIND_NULDeprecated.
ByteProcessor.FIND_CR.