Package io.netty.buffer
Interface ByteBufProcessor
- All Superinterfaces:
ByteProcessor
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.util.ByteProcessor
ByteProcessor.IndexNotOfProcessor, ByteProcessor.IndexOfProcessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ByteBufProcessor
Deprecated.static final ByteBufProcessor
Deprecated.static final ByteBufProcessor
Deprecated.static final ByteBufProcessor
Deprecated.static final ByteBufProcessor
Deprecated.static final ByteBufProcessor
Deprecated.static final ByteBufProcessor
Deprecated.static final ByteBufProcessor
Deprecated.static final ByteBufProcessor
Deprecated.static final ByteBufProcessor
Deprecated.Fields inherited from interface io.netty.util.ByteProcessor
FIND_ASCII_SPACE, FIND_COMMA, FIND_SEMI_COLON
-
Method Summary
Methods inherited from interface io.netty.util.ByteProcessor
process
-
Field Details
-
FIND_NUL
Deprecated. -
FIND_NON_NUL
Deprecated. -
FIND_CR
Deprecated. -
FIND_NON_CR
Deprecated. -
FIND_LF
Deprecated. -
FIND_NON_LF
Deprecated. -
FIND_CRLF
Deprecated. -
FIND_NON_CRLF
Deprecated. -
FIND_LINEAR_WHITESPACE
Deprecated. -
FIND_NON_LINEAR_WHITESPACE
Deprecated.
-
ByteProcessor
.