Package io.netty.handler.codec.stomp
Class StompSubframeDecoder.Utf8LineParser
java.lang.Object
io.netty.handler.codec.stomp.StompSubframeDecoder.Utf8LineParser
- All Implemented Interfaces:
ByteProcessor
- Direct Known Subclasses:
StompSubframeDecoder.HeaderParser
- Enclosing class:
StompSubframeDecoder
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.util.ByteProcessor
ByteProcessor.IndexNotOfProcessor, ByteProcessor.IndexOfProcessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AppendableCharSequence
private char
private int
private final int
private boolean
Fields inherited from interface io.netty.util.ByteProcessor
FIND_ASCII_SPACE, FIND_COMMA, FIND_CR, FIND_CRLF, FIND_LF, FIND_LINEAR_WHITESPACE, FIND_NON_CR, FIND_NON_CRLF, FIND_NON_LF, FIND_NON_LINEAR_WHITESPACE, FIND_NON_NUL, FIND_NUL, FIND_SEMI_COLON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
appendTo
(AppendableCharSequence charSeq, char chr) (package private) AppendableCharSequence
(package private) AppendableCharSequence
boolean
process
(byte nextByte) protected void
reset()
-
Field Details
-
charSeq
-
maxLineLength
private final int maxLineLength -
lineLength
private int lineLength -
interim
private char interim -
nextRead
private boolean nextRead
-
-
Constructor Details
-
Utf8LineParser
Utf8LineParser(AppendableCharSequence charSeq, int maxLineLength)
-
-
Method Details
-
parse
-
charSequence
AppendableCharSequence charSequence() -
process
- Specified by:
process
in interfaceByteProcessor
- Returns:
true
if the processor wants to continue the loop and handle the next byte in the buffer.false
if the processor wants to stop handling bytes and abort the loop.- Throws:
Exception
-
appendTo
-
reset
protected void reset()
-