Package com.sun.grizzly.util.http

Class Summary
AcceptLanguage Util to process the "Accept-Language" header.
ContentType Usefull methods for Content-Type processing
Cookie Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
Cookies A collection of cookies - reusable and tuned for server side performance.
Enumerator Adapter class that wraps an Enumeration around a Java2 collection classes object Iterator so that existing APIs returning Enumerations can easily run on top of the new collections.
FastDateFormat Fast date formatter that caches recently formatted date information and uses it to avoid too-frequent calls to the underlying formatter.
FastHttpDateFormat Utility class to generate HTTP dates.
Globals Global constants that are applicable to multiple packages within Catalina.
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.
MimeType Hardcoded mime-type supported by default.
ParameterMap Extended implementation of HashMap that includes a locked property.
Parameters  
ServerCookie Server-side cookie representation.
StringParser Utility class for string parsing that is higher performance than StringParser for simple delimited text cases.
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.