|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.grizzly.http.util.URLDecoder
public class URLDecoder
| Constructor Summary | |
|---|---|
URLDecoder()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URLDecoder()
| Method Detail |
|---|
public static void decode(DataChunk dataChunk)
throws CharConversionException
CharConversionException
public static void decode(DataChunk dataChunk,
boolean allowEncodedSlash)
throws CharConversionException
DataChunk
CharConversionException
public static void decode(DataChunk srcDataChunk,
DataChunk dstDataChunk,
boolean allowEncodedSlash)
throws CharConversionException
DataChunk
CharConversionException
public static void decode(ByteChunk byteChunk,
boolean allowEncodedSlash)
throws CharConversionException
ByteChunk
CharConversionException
public static void decode(ByteChunk srcByteChunk,
ByteChunk dstByteChunk,
boolean allowEncodedSlash)
throws CharConversionException
ByteChunk
CharConversionException
public static void decode(BufferChunk srcBufferChunk,
ByteChunk dstByteChunk,
boolean allowEncodedSlash)
throws CharConversionException
BufferChunk
CharConversionException
public static void decode(ByteChunk srcByteChunk,
BufferChunk dstBufferChunk,
boolean allowEncodedSlash)
throws CharConversionException
ByteChunk
CharConversionException
public static void decode(BufferChunk bufferChunk,
boolean allowEncodedSlash)
throws CharConversionException
BufferChunk
CharConversionException
public static void decode(BufferChunk srcBufferChunk,
BufferChunk dstBufferChunk,
boolean allowEncodedSlash)
throws CharConversionException
BufferChunk
CharConversionException
public static void decode(CharChunk charChunk,
boolean allowEncodedSlash)
throws CharConversionException
CharChunk
CharConversionException
public static void decode(CharChunk srcCharChunk,
CharChunk dstCharChunk,
boolean allowEncodedSlash)
throws CharConversionException
CharChunk
CharConversionException
public static String decode(String str)
throws CharConversionException
CharConversionException
public static String decode(String str,
boolean allowEncodedSlash)
throws CharConversionException
CharConversionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||