Interface ByteBufProcessor
- All Superinterfaces:
ByteProcessor
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ByteProcessor
ByteProcessor.IndexNotOfProcessor, ByteProcessor.IndexOfProcessorModifier and TypeInterfaceDescriptionstatic classAByteProcessorwhich finds the first appearance which is not of a specific byte.static classAByteProcessorwhich finds the first appearance of a specific byte. -
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_COLONModifier and TypeFieldDescriptionstatic final ByteProcessorAborts on a ascii space character (' ').static final ByteProcessorAborts on a comma(',').static final ByteProcessorAborts on a semicolon(';'). -
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.