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