Package org.apache.tomcat.util.http.parser
package org.apache.tomcat.util.http.parser
-
ClassDescriptionRepresents a single Accept-Encoding value with its quality factor.Represents a single language entry from an Accept-Language header.Parser for an "Authorization" header.Unlike other HTTP parsers, this is a stateless (state is held by the calling code), streaming parser as chunk headers are read as part of the request body and it is not always possible to buffer then entire chunk header in memory.Parsing states for chunk extension.Represents a parsed Content-Range HTTP header value as defined by RFC 9110.Cookie header parser based on RFC6265Utility class for parsing and comparing HTTP entity tags (ETags) as defined in RFC 7232.Utility class for parsing HTTP Host header values.Parses HTTP request and response headers from a byte buffer.Provides access to the header data buffer for the parser.Possible parser positions during header parsing.Possible return values from
HttpHeaderParser.parseHeader().HTTP header value parser implementation.Represents a parsed media type.Caches the results of parsing content-type headers.HTTP priority header parser as per RFC 9218.Represents the value of an HTTP Range header.Represents a single range entry with a start and end position.Parsing of structured fields as per RFC 8941.Represents a Transfer-Encoding value with optional parameters and quality factor.Utility class for parsing and manipulating HTTP token lists.Represents an HTTP Upgrade protocol value with optional version.