Class MetaDataBuilder

java.lang.Object
org.eclipse.jetty.http2.hpack.MetaDataBuilder

public class MetaDataBuilder extends Object
  • Field Details

    • _maxSize

      private int _maxSize
    • _size

      private int _size
    • _status

      private Integer _status
    • _method

      private String _method
    • _scheme

      private org.eclipse.jetty.http.HttpScheme _scheme
    • _authority

      private org.eclipse.jetty.http.HostPortHttpField _authority
    • _path

      private String _path
    • _contentLength

      private long _contentLength
    • _fields

      private org.eclipse.jetty.http.HttpFields _fields
    • _streamException

      private HpackException.StreamException _streamException
    • _request

      private boolean _request
    • _response

      private boolean _response
  • Constructor Details

    • MetaDataBuilder

      protected MetaDataBuilder(int maxHeadersSize)
      Parameters:
      maxHeadersSize - The maximum size of the headers, expressed as total name and value characters.
  • Method Details