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
DataChunk
          Buffer chunk representation.
Header
          Enumeration of all headers as defined in RFC 2616.
HttpStatus
          This enum encapsulates the HTTP response status and reason phrases as defined by RFC 2616.
MimeHeaders
          Memory-efficient repository for Mime Headers.
RequestURIRef
          Request URI holder.
 

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.
CacheableDataChunk
          DataChunk 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.
Chunk
          General interface for CharChunk and BufferChunk.
DataChunk
          Buffer chunk representation.
DataChunk.Type
           
Header
          Enumeration of all headers as defined in RFC 2616.
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.
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 formatting which otherwise require the creation of Object arrays and such.
UDecoder
          All URL decoding happens here.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.