Class ControlParser

java.lang.Object
org.eclipse.jetty.http3.internal.parser.ControlParser

public class ControlParser extends Object

The HTTP/3 protocol parser.

This parser makes use of the HeaderParser and of BodyParsers to parse HTTP/3 frames.

  • Constructor Details

  • Method Details

    • parse

      public void parse(ByteBuffer buffer)

      Parses the given buffer bytes and emit events to a ParserListener.

      Parameters:
      buffer - the buffer to parse