Uses of Class
org.glassfish.grizzly.web.container.util.buf.UDecoder

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

Uses of UDecoder in org.glassfish.grizzly.web.container
 

Methods in org.glassfish.grizzly.web.container that return UDecoder
 UDecoder Request.getURLDecoder()
           
 

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

Methods in org.glassfish.grizzly.web.container.util.http 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, 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 Parameters.setURLDecoder(UDecoder u)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.