Package org.eclipse.jetty.http3.parser
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
BodyParser
s to parse HTTP/3 frames.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(ByteBuffer buffer) Parses the givenbuffer
bytes and emit events to aParserListener
.
-
Constructor Details
-
ControlParser
-
-
Method Details
-
parse
Parses the given
buffer
bytes and emit events to aParserListener
.- Parameters:
buffer
- the buffer to parse
-