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 ByteBufProcessor
ByteBufProcessor.FIND_CR
Deprecated.static final ByteBufProcessor
ByteBufProcessor.FIND_CRLF
Deprecated.static final ByteBufProcessor
ByteBufProcessor.FIND_LF
Deprecated.static final ByteBufProcessor
ByteBufProcessor.FIND_LINEAR_WHITESPACE
Deprecated.static final ByteBufProcessor
ByteBufProcessor.FIND_NON_CR
Deprecated.static final ByteBufProcessor
ByteBufProcessor.FIND_NON_CRLF
Deprecated.static final ByteBufProcessor
ByteBufProcessor.FIND_NON_LF
Deprecated.static final ByteBufProcessor
ByteBufProcessor.FIND_NON_LINEAR_WHITESPACE
Deprecated.static final ByteBufProcessor
ByteBufProcessor.FIND_NON_NUL
Deprecated.static final ByteBufProcessor
ByteBufProcessor.FIND_NUL
Deprecated.
ByteProcessor.FIND_CR
.