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
SimpleDateFormat
that does not make use of ThreadLocal and - broadly - only creates enough SimpleDateFormat objects to satisfy the concurrency requirements.Utility class to generate HTTP dates.The legacy (up to early Tomcat 8 releases) cookie parser based on RFC6265, RFC2109 and RFC2616.Memory-efficient repository for Mime Headers.Server-side cookie representation.This class is not thread-safe.