Class ControlParser
java.lang.Object
org.eclipse.jetty.http3.parser.ControlParser
The HTTP/3 protocol parser.
This parser makes use of the HeaderParser and of
BodyParsers to parse HTTP/3 frames.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(ByteBuffer buffer) Parses the givenbufferbytes and emit events to aParserListener.
-
Constructor Details
-
ControlParser
-
-
Method Details
-
parse
Parses the given
bufferbytes and emit events to aParserListener.- Parameters:
buffer- the buffer to parse
-