java.lang.Object
org.glassfish.grizzly.http.util.URLDecoder
- Author:
- Alexey Stashok
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringURLDecode theStringstatic StringURLDecode theStringstatic StringURLDecode theStringstatic voiddecode(BufferChunk bufferChunk, boolean allowEncodedSlash) URLDecode theBufferChunkstatic voiddecode(BufferChunk srcBufferChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash) URLDecode theBufferChunkstatic voiddecode(BufferChunk srcBufferChunk, ByteChunk dstByteChunk, boolean allowEncodedSlash) URLDecode theBufferChunkstatic voidURLDecode theByteChunkstatic voiddecode(ByteChunk srcByteChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash) URLDecode theByteChunkstatic voidURLDecode theByteChunkstatic voidURLDecode theCharChunkstatic voidURLDecode theCharChunkstatic voidURLDecode theCharChunkstatic voidstatic voidURLDecode theDataChunkstatic voidURLDecode theDataChunkstatic voidURLDecode theDataChunkstatic StringdecodeAscii(String str, boolean allowEncodedSlash) static voiddecodeAscii(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash) URLDecode theCharChunkstatic voiddecodeAscii(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash) URLDecode theDataChunk
-
Constructor Details
-
URLDecoder
public URLDecoder()
-
-
Method Details
-
decode
- Throws:
CharConversionException
-
decode
public static void decode(DataChunk dataChunk, boolean allowEncodedSlash) throws CharConversionException URLDecode theDataChunk- Throws:
CharConversionException
-
decode
public static void decode(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash) throws CharConversionException URLDecode theDataChunk- Throws:
CharConversionException
-
decode
public static void decode(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash, String enc) throws CharConversionException URLDecode theDataChunk- Throws:
CharConversionException
-
decodeAscii
public static void decodeAscii(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash) throws CharConversionException URLDecode theDataChunk- Throws:
CharConversionException
-
decode
public static void decode(ByteChunk byteChunk, boolean allowEncodedSlash) throws CharConversionException URLDecode theByteChunk- Throws:
CharConversionException
-
decode
public static void decode(ByteChunk srcByteChunk, ByteChunk dstByteChunk, boolean allowEncodedSlash) throws CharConversionException URLDecode theByteChunk- Throws:
CharConversionException
-
decode
public static void decode(BufferChunk srcBufferChunk, ByteChunk dstByteChunk, boolean allowEncodedSlash) throws CharConversionException URLDecode theBufferChunk- Throws:
CharConversionException
-
decode
public static void decode(ByteChunk srcByteChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash) throws CharConversionException URLDecode theByteChunk- Throws:
CharConversionException
-
decode
public static void decode(BufferChunk bufferChunk, boolean allowEncodedSlash) throws CharConversionException URLDecode theBufferChunk- Throws:
CharConversionException
-
decode
public static void decode(BufferChunk srcBufferChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash) throws CharConversionException URLDecode theBufferChunk- Throws:
CharConversionException
-
decode
public static void decode(CharChunk charChunk, boolean allowEncodedSlash) throws CharConversionException URLDecode theCharChunk- Throws:
CharConversionException
-
decode
public static void decode(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash) throws CharConversionException URLDecode theCharChunk- Throws:
CharConversionException
-
decode
public static void decode(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash, String enc) throws CharConversionException URLDecode theCharChunk- Throws:
CharConversionException
-
decodeAscii
public static void decodeAscii(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash) throws CharConversionException URLDecode theCharChunk- Throws:
CharConversionException
-
decode
URLDecode theString- Throws:
CharConversionException
-
decode
URLDecode theString- Throws:
CharConversionException
-
decode
public static String decode(String s, boolean allowEncodedSlash, String enc) throws CharConversionException URLDecode theString- Throws:
CharConversionException
-
decodeAscii
public static String decodeAscii(String str, boolean allowEncodedSlash) throws CharConversionException - Throws:
CharConversionException
-