|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjuzu.io.Encoding
public abstract class Encoding
| Field Summary | |
|---|---|
static Encoding |
RFC3986
. |
| Constructor Summary | |
|---|---|
Encoding(String displayName)
|
|
| Method Summary | |
|---|---|
abstract void |
encodeQueryParamName(CharSequence s,
Appendable appendable)
|
abstract void |
encodeQueryParamValue(CharSequence s,
Appendable appendable)
|
abstract void |
encodeSegment(CharSequence s,
Appendable appendable)
|
String |
getDisplayName()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Encoding RFC3986
| Constructor Detail |
|---|
public Encoding(String displayName)
| Method Detail |
|---|
public String getDisplayName()
public abstract void encodeSegment(CharSequence s,
Appendable appendable)
throws IOException
IOException
public abstract void encodeQueryParamName(CharSequence s,
Appendable appendable)
throws IOException
IOException
public abstract void encodeQueryParamValue(CharSequence s,
Appendable appendable)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||