Uses of Interface
io.netty.buffer.ByteBufProcessor
-
Packages that use ByteBufProcessor Package Description io.netty.buffer 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 ByteBufProcessor Modifier and Type Field Description static ByteBufProcessorByteBufProcessor. FIND_CRDeprecated.static ByteBufProcessorByteBufProcessor. FIND_CRLFDeprecated.static ByteBufProcessorByteBufProcessor. FIND_LFDeprecated.static ByteBufProcessorByteBufProcessor. FIND_LINEAR_WHITESPACEDeprecated.static ByteBufProcessorByteBufProcessor. FIND_NON_CRDeprecated.static ByteBufProcessorByteBufProcessor. FIND_NON_CRLFDeprecated.static ByteBufProcessorByteBufProcessor. FIND_NON_LFDeprecated.static ByteBufProcessorByteBufProcessor. FIND_NON_LINEAR_WHITESPACEDeprecated.static ByteBufProcessorByteBufProcessor. FIND_NON_NULDeprecated.static ByteBufProcessorByteBufProcessor. FIND_NULDeprecated.
-