public class URLDecoder extends Object
| Constructor and Description |
|---|
URLDecoder() |
| Modifier and Type | Method and Description |
|---|---|
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(BufferChunk srcBufferChunk,
ByteChunk dstByteChunk,
boolean allowEncodedSlash)
URLDecode the
BufferChunk |
static void |
decode(ByteChunk byteChunk,
boolean allowEncodedSlash)
URLDecode the
ByteChunk |
static void |
decode(ByteChunk srcByteChunk,
BufferChunk dstBufferChunk,
boolean allowEncodedSlash)
URLDecode the
ByteChunk |
static void |
decode(ByteChunk srcByteChunk,
ByteChunk dstByteChunk,
boolean allowEncodedSlash)
URLDecode the
ByteChunk |
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) |
public static void decode(DataChunk dataChunk) throws CharConversionException
CharConversionExceptionpublic static void decode(DataChunk dataChunk, boolean allowEncodedSlash) throws CharConversionException
DataChunkCharConversionExceptionpublic static void decode(DataChunk srcDataChunk, DataChunk dstDataChunk, boolean allowEncodedSlash) throws CharConversionException
DataChunkCharConversionExceptionpublic static void decode(ByteChunk byteChunk, boolean allowEncodedSlash) throws CharConversionException
ByteChunkCharConversionExceptionpublic static void decode(ByteChunk srcByteChunk, ByteChunk dstByteChunk, boolean allowEncodedSlash) throws CharConversionException
ByteChunkCharConversionExceptionpublic static void decode(BufferChunk srcBufferChunk, ByteChunk dstByteChunk, boolean allowEncodedSlash) throws CharConversionException
BufferChunkCharConversionExceptionpublic static void decode(ByteChunk srcByteChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash) throws CharConversionException
ByteChunkCharConversionExceptionpublic static void decode(BufferChunk bufferChunk, boolean allowEncodedSlash) throws CharConversionException
BufferChunkCharConversionExceptionpublic static void decode(BufferChunk srcBufferChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash) throws CharConversionException
BufferChunkCharConversionExceptionpublic static void decode(CharChunk charChunk, boolean allowEncodedSlash) throws CharConversionException
CharChunkCharConversionExceptionpublic static void decode(CharChunk srcCharChunk, CharChunk dstCharChunk, boolean allowEncodedSlash) throws CharConversionException
CharChunkCharConversionExceptionpublic static String decode(String str) throws CharConversionException
CharConversionExceptionpublic static String decode(String str, boolean allowEncodedSlash) throws CharConversionException
CharConversionExceptionCopyright © 2012 Oracle Corporation. All Rights Reserved.