Uses of Class
org.glassfish.grizzly.http.util.MessageBytes

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

Uses of MessageBytes in org.glassfish.grizzly.http.util
 

Methods in org.glassfish.grizzly.http.util that return MessageBytes
 MessageBytes MultiMap.get(java.lang.String name)
           
 MessageBytes MessageBytes.getClone()
           
 MessageBytes TimeStamp.getName()
          Return the "name" of the timestamp.
 MessageBytes MultiMap.getName(int n)
          Returns the Nth header name This may be used to iterate through all header fields.
 MessageBytes MultiMap.getValue(int n)
          Returns the Nth header value This may be used to iterate through all header fields.
static MessageBytes MessageBytes.newInstance()
          Construct a new MessageBytes instance
 MessageBytes MessageBytes.MessageBytesFactory.newInstance()
           
 

Methods in org.glassfish.grizzly.http.util with parameters of type MessageBytes
 void UDecoder.convert(MessageBytes mb)
          URLDecode, will modify the source Includes converting '+' to ' '.
 void C2BConverter.convert(MessageBytes mb)
          Convert a message bytes chars to bytes
 void UDecoder.convert(MessageBytes mb, boolean query)
          URLDecode, will modify the source
static void UDecoder.convert(MessageBytes mb, boolean query, boolean allowEncodingSlash)
          URLDecode, will modify the source
static void B2CConverterBlocking.convertASCII(MessageBytes mb)
          Character conversion of a US-ASCII MessageBytes.
static void B2CConverter.convertASCII(MessageBytes mb)
          Character conversion of a US-ASCII MessageBytes.
protected  void HttpRequestURIDecoder.convertMB(MessageBytes mb)
          Character conversion of the a US-ASCII MessageBytes.
static void HttpRequestURIDecoder.decode(MessageBytes decodedURI, UDecoder urlDecoder)
          Decode the http request represented by the bytes inside MessageBytes using an UDecoder.
static void HttpRequestURIDecoder.decode(MessageBytes decodedURI, UDecoder urlDecoder, java.lang.String encoding, B2CConverter b2cConverter)
          Decode the HTTP request represented by the bytes inside MessageBytes using an UDecoder, using the specified encoding, using the specified [@link B2CConverter} to decode the request.
 void MessageBytes.duplicate(MessageBytes src)
          Copy the src into this MessageBytes, allocating more space if needed
static boolean HttpRequestURIDecoder.normalize(MessageBytes uriMB)
          Normalize URI.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.