private static final class HttpObjectDecoder.LineParser extends HttpObjectDecoder.HeaderParser
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
Constructor and Description |
---|
LineParser(AppendableCharSequence seq,
int maxLength) |
Modifier and Type | Method and Description |
---|---|
protected TooLongFrameException |
newException(int maxLength) |
AppendableCharSequence |
parse(ByteBuf buffer) |
process, reset
LineParser(AppendableCharSequence seq, int maxLength)
public AppendableCharSequence parse(ByteBuf buffer)
parse
in class HttpObjectDecoder.HeaderParser
protected TooLongFrameException newException(int maxLength)
newException
in class HttpObjectDecoder.HeaderParser