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

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

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

Methods in org.glassfish.grizzly.http.util with parameters of type UDecoder
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.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.