Class HeadersBodyParser
java.lang.Object
org.eclipse.jetty.http3.parser.BodyParser
org.eclipse.jetty.http3.parser.HeadersBodyParser
- 
Nested Class SummaryNested classes/interfaces inherited from class BodyParserBodyParser.Result
- 
Constructor SummaryConstructorsConstructorDescriptionHeadersBodyParser(HeaderParser headerParser, ParserListener listener, QpackDecoder decoder, long streamId, BooleanSupplier isLast) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidnotifyHeaders(HeadersFrame frame, boolean wasBlocked) parse(ByteBuffer buffer) Parses the frame body bytes in the givenbuffer.Methods inherited from class BodyParseremptyBody, getBodyLength, getParserListener, notifyGoAway, notifySessionFailure, notifySettings, notifyStreamFailure, sessionFailure
- 
Constructor Details- 
HeadersBodyParserpublic HeadersBodyParser(HeaderParser headerParser, ParserListener listener, QpackDecoder decoder, long streamId, BooleanSupplier isLast) 
 
- 
- 
Method Details- 
parseDescription copied from class:BodyParserParses the frame body bytes in the given buffer.Only the frame body bytes are consumed, therefore when this method returns, the buffer may contain unconsumed bytes, for example for other frames. - Specified by:
- parsein class- BodyParser
- Parameters:
- buffer- the buffer to parse
- Returns:
- true if all the frame body bytes were parsed; false if not enough frame body bytes were present in the buffer
 
- 
notifyHeaders
 
-