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