org.glassfish.grizzly.http.util
Class URLDecoder

java.lang.Object
  extended by org.glassfish.grizzly.http.util.URLDecoder

public class URLDecoder
extends Object

Author:
Alexey Stashok

Constructor Summary
URLDecoder()
           
 
Method Summary
static void decode(BufferChunk bufferChunk)
           
static void decode(BufferChunk bufferChunk, boolean allowEncodedSlash)
          URLDecode the BufferChunk
static String decode(String str)
           
static String decode(String str, boolean allowEncodedSlash)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLDecoder

public URLDecoder()
Method Detail

decode

public static void decode(BufferChunk bufferChunk)
                   throws CharConversionException
Throws:
CharConversionException

decode

public static void decode(BufferChunk bufferChunk,
                          boolean allowEncodedSlash)
                   throws CharConversionException
URLDecode the BufferChunk

Throws:
CharConversionException

decode

public static String decode(String str)
                     throws CharConversionException
Throws:
CharConversionException

decode

public static String decode(String str,
                            boolean allowEncodedSlash)
                     throws CharConversionException
Throws:
CharConversionException


Copyright © 2010 Oracle Corpration. All Rights Reserved.