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, boolean allowEncodedSlash)
          URLDecode the BufferChunk
static void decode(BufferChunk srcBufferChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash)
          URLDecode the BufferChunk
static void decode(CharChunk charChunk, boolean allowEncodedSlash)
          URLDecode the CharChunk
static void decode(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash)
          URLDecode the CharChunk
static void decode(DataChunk dataChunk)
           
static void decode(DataChunk dataChunk, boolean allowEncodedSlash)
          URLDecode the DataChunk
static void decode(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash)
          URLDecode the DataChunk
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(DataChunk dataChunk)
                   throws CharConversionException
Throws:
CharConversionException

decode

public static void decode(DataChunk dataChunk,
                          boolean allowEncodedSlash)
                   throws CharConversionException
URLDecode the DataChunk

Throws:
CharConversionException

decode

public static void decode(DataChunk srcDataChunk,
                          DataChunk dstDataChunk,
                          boolean allowEncodedSlash)
                   throws CharConversionException
URLDecode the DataChunk

Throws:
CharConversionException

decode

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

Throws:
CharConversionException

decode

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

Throws:
CharConversionException

decode

public static void decode(CharChunk charChunk,
                          boolean allowEncodedSlash)
                   throws CharConversionException
URLDecode the CharChunk

Throws:
CharConversionException

decode

public static void decode(CharChunk srcCharChunk,
                          CharChunk dstCharChunk,
                          boolean allowEncodedSlash)
                   throws CharConversionException
URLDecode the CharChunk

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 © 2011 Oracle Corpration. All Rights Reserved.