|
||||||||||
| 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(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 java.lang.String |
decode(java.lang.String str)
|
static java.lang.String |
decode(java.lang.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 java.io.CharConversionException
java.io.CharConversionException
public static void decode(DataChunk dataChunk,
boolean allowEncodedSlash)
throws java.io.CharConversionException
DataChunk
java.io.CharConversionException
public static void decode(DataChunk srcDataChunk,
DataChunk dstDataChunk,
boolean allowEncodedSlash)
throws java.io.CharConversionException
DataChunk
java.io.CharConversionException
public static void decode(BufferChunk bufferChunk,
boolean allowEncodedSlash)
throws java.io.CharConversionException
BufferChunk
java.io.CharConversionException
public static void decode(BufferChunk srcBufferChunk,
BufferChunk dstBufferChunk,
boolean allowEncodedSlash)
throws java.io.CharConversionException
BufferChunk
java.io.CharConversionException
public static void decode(CharChunk charChunk,
boolean allowEncodedSlash)
throws java.io.CharConversionException
CharChunk
java.io.CharConversionException
public static void decode(CharChunk srcCharChunk,
CharChunk dstCharChunk,
boolean allowEncodedSlash)
throws java.io.CharConversionException
CharChunk
java.io.CharConversionException
public static java.lang.String decode(java.lang.String str)
throws java.io.CharConversionException
java.io.CharConversionException
public static java.lang.String decode(java.lang.String str,
boolean allowEncodedSlash)
throws java.io.CharConversionException
java.io.CharConversionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||