Package 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
-
-
Constructor Summary
Constructors Constructor Description URLDecoder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringdecode(java.lang.String str)URLDecode theStringstatic java.lang.Stringdecode(java.lang.String str, boolean allowEncodedSlash)URLDecode theStringstatic java.lang.Stringdecode(java.lang.String s, boolean allowEncodedSlash, java.lang.String enc)URLDecode 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 voiddecode(ByteChunk byteChunk, boolean allowEncodedSlash)URLDecode theByteChunkstatic voiddecode(ByteChunk srcByteChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash)URLDecode theByteChunkstatic voiddecode(ByteChunk srcByteChunk, ByteChunk dstByteChunk, boolean allowEncodedSlash)URLDecode theByteChunkstatic voiddecode(CharChunk charChunk, boolean allowEncodedSlash)URLDecode theCharChunkstatic voiddecode(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash)URLDecode theCharChunkstatic voiddecode(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash, java.lang.String enc)URLDecode theCharChunkstatic voiddecode(DataChunk dataChunk)static voiddecode(DataChunk dataChunk, boolean allowEncodedSlash)URLDecode theDataChunkstatic voiddecode(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash)URLDecode theDataChunkstatic voiddecode(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash, java.lang.String enc)URLDecode theDataChunkstatic java.lang.StringdecodeAscii(java.lang.String str, boolean allowEncodedSlash)static voiddecodeAscii(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash)URLDecode theCharChunkstatic voiddecodeAscii(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash)URLDecode theDataChunk
-
-
-
Method Detail
-
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 theDataChunk- Throws:
java.io.CharConversionException
-
decode
public static void decode(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
URLDecode theDataChunk- Throws:
java.io.CharConversionException
-
decode
public static void decode(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash, java.lang.String enc) throws java.io.CharConversionException
URLDecode theDataChunk- Throws:
java.io.CharConversionException
-
decodeAscii
public static void decodeAscii(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
URLDecode theDataChunk- Throws:
java.io.CharConversionException
-
decode
public static void decode(ByteChunk byteChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
URLDecode theByteChunk- Throws:
java.io.CharConversionException
-
decode
public static void decode(ByteChunk srcByteChunk, ByteChunk dstByteChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
URLDecode theByteChunk- Throws:
java.io.CharConversionException
-
decode
public static void decode(BufferChunk srcBufferChunk, ByteChunk dstByteChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
URLDecode theBufferChunk- Throws:
java.io.CharConversionException
-
decode
public static void decode(ByteChunk srcByteChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
URLDecode theByteChunk- Throws:
java.io.CharConversionException
-
decode
public static void decode(BufferChunk bufferChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
URLDecode theBufferChunk- Throws:
java.io.CharConversionException
-
decode
public static void decode(BufferChunk srcBufferChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
URLDecode theBufferChunk- Throws:
java.io.CharConversionException
-
decode
public static void decode(CharChunk charChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
URLDecode theCharChunk- Throws:
java.io.CharConversionException
-
decode
public static void decode(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
URLDecode theCharChunk- Throws:
java.io.CharConversionException
-
decode
public static void decode(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash, java.lang.String enc) throws java.io.CharConversionException
URLDecode theCharChunk- Throws:
java.io.CharConversionException
-
decodeAscii
public static void decodeAscii(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash) throws java.io.CharConversionException
URLDecode theCharChunk- Throws:
java.io.CharConversionException
-
decode
public static java.lang.String decode(java.lang.String str) throws java.io.CharConversionExceptionURLDecode theString- Throws:
java.io.CharConversionException
-
decode
public static java.lang.String decode(java.lang.String str, boolean allowEncodedSlash) throws java.io.CharConversionExceptionURLDecode theString- Throws:
java.io.CharConversionException
-
decode
public static java.lang.String decode(java.lang.String s, boolean allowEncodedSlash, java.lang.String enc) throws java.io.CharConversionExceptionURLDecode theString- Throws:
java.io.CharConversionException
-
decodeAscii
public static java.lang.String decodeAscii(java.lang.String str, boolean allowEncodedSlash) throws java.io.CharConversionException- Throws:
java.io.CharConversionException
-
-