org.glassfish.grizzly.http.util
Class URLDecoder
java.lang.Object
org.glassfish.grizzly.http.util.URLDecoder
public class URLDecoder
- extends java.lang.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 java.io.CharConversionException
- Throws:
java.io.CharConversionException
decode
public static void decode(DataChunk dataChunk,
boolean allowEncodedSlash)
throws java.io.CharConversionException
- URLDecode the
DataChunk
- Throws:
java.io.CharConversionException
decode
public static void decode(BufferChunk bufferChunk,
boolean allowEncodedSlash)
throws java.io.CharConversionException
- URLDecode the
BufferChunk
- Throws:
java.io.CharConversionException
decode
public static void decode(CharChunk charChunk,
boolean allowEncodedSlash)
throws java.io.CharConversionException
- URLDecode the
CharChunk
- Throws:
java.io.CharConversionException
decode
public static java.lang.String decode(java.lang.String str)
throws java.io.CharConversionException
- Throws:
java.io.CharConversionException
decode
public static java.lang.String decode(java.lang.String str,
boolean allowEncodedSlash)
throws java.io.CharConversionException
- Throws:
java.io.CharConversionException
Copyright © 2011 Oracle Corpration. All Rights Reserved.