Class DataBodyParser

java.lang.Object
org.eclipse.jetty.http3.internal.parser.BodyParser
org.eclipse.jetty.http3.internal.parser.DataBodyParser

public class DataBodyParser extends BodyParser
  • Constructor Details

  • Method Details

    • emptyBody

      protected void emptyBody(ByteBuffer buffer)
      Overrides:
      emptyBody in class BodyParser
    • parse

      public BodyParser.Result parse(ByteBuffer buffer)
      Description copied from class: BodyParser

      Parses 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:
      parse in 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