Package org.glassfish.grizzly.http.util

Interface Summary
ByteChunk.ByteInputChannel  
ByteChunk.ByteOutputChannel  
CharChunk.CharInputChannel  
CharChunk.CharOutputChannel When we need more space we'll either grow the buffer ( up to the limit ) or send it to a channel.
 

Class Summary
Ascii This class implements some basic ASCII character handling functions.
B2CConverter Efficient conversion of bytes to character .
B2CConverterBlocking Efficient conversion of bytes to character .
Base64 This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64Utils  
BufferChunk Buffer chunk representation.
ByteChunk This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
C2BConverter Efficient conversion of character to bytes.
CacheableBufferChunk BufferChunk implementation, which could be cached in the thread cache.
CharChunk Utilities to manipluate char chunks.
Constants Constants.
ContentType Usefull methods for Content-Type processing
CookieParserUtils The set of Cookie utility methods for cookie parsing.
CookieSerializerUtils The set of Cookie utility methods for cookie serialization.
CookieUtils The general set of Cookie utility methods.
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.
HexUtils Library of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits.
HttpRequestURIDecoder Utility class that make sure an HTTP url defined inside a MessageBytes is normalized, converted and valid.
MessageBytes This class is used to represent a subarray of bytes in an HTTP message.
MessageBytes.MessageBytesFactory  
MimeHeaders Memory-efficient repository for Mime Headers.
MultiMap An efficient representation for certain type of map.
Parameters  
RequestURIRef  
StringCache This class implements a String cache for ByteChunk and CharChunk.
StringCache.ByteEntry  
StringCache.CharEntry  
StringManager An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
TimeStamp Main tool for object expiry.
UDecoder All URL decoding happens here.
UEncoder Efficient implementation for encoders.
URLDecoder  
UTF8Decoder Moved from ByteChunk - code to convert from UTF8 bytes to chars.
Utils Utility class.
 

Enum Summary
HttpStatus This enum encapsulates the HTTP response status and reason phrases as defined by RFC 2616.
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.