Package org.apache.tomcat.util.http
package org.apache.tomcat.util.http
Special utils for handling HTTP-specific entities - headers, parameters,
cookies, etc.
The utils are not specific to tomcat, but use util.MessageBytes.
-
ClassDescriptionA thread safe wrapper around
SimpleDateFormatthat does not make use of ThreadLocal and - broadly - only creates enough SimpleDateFormat objects to satisfy the concurrency requirements.Interface for processing HTTP cookies.Base implementation ofCookieProcessor.Enum for handling cookies that do not contain an equals sign.Utility class to generate HTTP dates.Utility methods for HTTP header processing.ExtendIllegalStateExceptionto identify the cause as an invalid parameter.HTTP method constants and utilities.Memory-efficient repository for Mime Headers.Utility class for parsing and managing HTTP parameters.Utility methods for HTTP request processing.Utility methods for HTTP response handling.ACookieProcessorimplementation that follows RFC 6265 for cookie parsing and generation.Defines the possible values for the SameSite cookie attribute.Server-side cookie representation.This class is not thread-safe.TheIfHeaderclass represents the state lists defined through the HTTP If header, which is specified in RFC 2518 as follows :