Interface ByteBufProcessor
- All Superinterfaces:
ByteProcessor
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ByteProcessor
ByteProcessor.IndexNotOfProcessor, ByteProcessor.IndexOfProcessor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ByteBufProcessorDeprecated.static final ByteBufProcessorDeprecated.static final ByteBufProcessorDeprecated.static final ByteBufProcessorDeprecated.static final ByteBufProcessorDeprecated.static final ByteBufProcessorDeprecated.static final ByteBufProcessorDeprecated.static final ByteBufProcessorDeprecated.static final ByteBufProcessorDeprecated.static final ByteBufProcessorDeprecated.Fields inherited from interface ByteProcessor
FIND_ASCII_SPACE, FIND_COMMA, FIND_SEMI_COLON -
Method Summary
Methods inherited from interface 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.