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.
-
Interface Summary Interface Description CookieProcessor Interface for processing HTTP cookies. -
Class Summary Class Description ConcurrentDateFormat A thread safe wrapper aroundSimpleDateFormatthat does not make use of ThreadLocal and - broadly - only creates enough SimpleDateFormat objects to satisfy the concurrency requirements.CookieProcessorBase Base implementation ofCookieProcessor.FastHttpDateFormat Utility class to generate HTTP dates.HeaderUtil Utility methods for HTTP header processing.Method HTTP method constants and utilities.MimeHeaders Memory-efficient repository for Mime Headers.Parameters Utility class for parsing and managing HTTP parameters.RequestUtil Utility methods for HTTP request processing.ResponseUtil Utility methods for HTTP response handling.Rfc6265CookieProcessor ACookieProcessorimplementation that follows RFC 6265 for cookie parsing and generation.ServerCookie Server-side cookie representation.ServerCookies This class is not thread-safe.WebdavIfHeader TheIfHeaderclass represents the state lists defined through the HTTP If header, which is specified in RFC 2518 as follows : -
Enum Summary Enum Description CookiesWithoutEquals Enum for handling cookies that do not contain an equals sign.Parameters.FailReason SameSiteCookies Defines the possible values for the SameSite cookie attribute.