|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthings.thinger.service.proxy.ProxyCodec
public class ProxyCodec
| Field Summary | |
|---|---|
static char |
POST_ESCAPE_CHARACTER
|
static char |
POST_TOKEN_SEPARATOR
|
| Constructor Summary | |
|---|---|
ProxyCodec()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
encodeString(java.lang.String in)
Encode a string. |
static void |
encodeString(java.lang.String in,
java.io.Writer out)
Encode a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final char POST_TOKEN_SEPARATOR
public static final char POST_ESCAPE_CHARACTER
| Constructor Detail |
|---|
public ProxyCodec()
| Method Detail |
|---|
public static void encodeString(java.lang.String in,
java.io.Writer out)
throws java.lang.Exception
in - The string to encode.out - The target writer.
java.lang.Exception - Bad strings will cause exceptions.
public static java.lang.String encodeString(java.lang.String in)
throws java.lang.Exception
in - The string to encode.
java.lang.Exception - Bad strings will cause exceptions.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||