public abstract class Encoding extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract void |
encodeQueryParamName(CharSequence s,
Appendable appendable) |
abstract void |
encodeQueryParamValue(CharSequence s,
Appendable appendable) |
abstract void |
encodeSegment(CharSequence s,
Appendable appendable) |
String |
getDisplayName() |
public static final Encoding RFC3986
public Encoding(String displayName)
public String getDisplayName()
public abstract void encodeSegment(CharSequence s, Appendable appendable) throws IOException
IOExceptionpublic abstract void encodeQueryParamName(CharSequence s, Appendable appendable) throws IOException
IOExceptionpublic abstract void encodeQueryParamValue(CharSequence s, Appendable appendable) throws IOException
IOExceptionCopyright © 2017 eXo Platform SAS. All rights reserved.