Uses of Package
org.glassfish.grizzly.http.util

Packages that use org.glassfish.grizzly.http.util
org.glassfish.grizzly.http   
org.glassfish.grizzly.http.util   
 

Classes in org.glassfish.grizzly.http.util used by org.glassfish.grizzly.http
BufferChunk
          Buffer chunk representation.
MimeHeaders
          Memory-efficient repository for Mime Headers.
RequestURIRef
           
 

Classes in org.glassfish.grizzly.http.util used by org.glassfish.grizzly.http.util
B2CConverter
          Efficient conversion of bytes to character .
BufferChunk
          Buffer chunk representation.
ByteChunk
          This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
ByteChunk.ByteInputChannel
           
ByteChunk.ByteOutputChannel
           
C2BConverter
          Efficient conversion of character to bytes.
CacheableBufferChunk
          BufferChunk implementation, which could be cached in the thread cache.
CharChunk
          Utilities to manipluate char chunks.
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.
HttpStatus
          This enum encapsulates the HTTP response status and reason phrases as defined by RFC 2616.
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
           
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.
UDecoder
          All URL decoding happens here.
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.