Package org.apache.tomcat.util.http
Special utils for handling HTTP-specific entities - headers, parameters,
cookies, etc.
AcceptLanguage | Util to process the "Accept-Language" header. |
BaseRequest | A general-purpose object for representing an HTTP
request. |
ContentType | Usefull methods for Content-Type processing
|
Cookies | A collection of cookies - reusable and tuned for server side performance. |
FastHttpDateFormat | Utility class to generate HTTP dates. |
HttpMessages | Handle (internationalized) HTTP messages. |
LocaleToCharsetMap | A mapping to determine the (somewhat arbitrarily) preferred charset for
a given locale. |
MimeHeaders | Memory-efficient repository for Mime Headers. |
MimeMap | A mime type map that implements the java.net.FileNameMap interface. |
Parameters | |
ServerCookie | Server-side cookie representation. |
Special utils for handling HTTP-specific entities - headers, parameters,
cookies, etc.
The utils are not specific to tomcat, but use util.MessageBytes.
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.