org.glassfish.grizzly.http.util
Class URLDecoder
java.lang.Object
org.glassfish.grizzly.http.util.URLDecoder
public class URLDecoder
- extends Object
- Author:
- Alexey Stashok
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLDecoder
public URLDecoder()
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(BufferChunk bufferChunk,
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 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.