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
IOException
public abstract void encodeQueryParamName(CharSequence s, Appendable appendable) throws IOException
IOException
public abstract void encodeQueryParamValue(CharSequence s, Appendable appendable) throws IOException
IOException
Copyright © 2015 eXo Platform SAS. All rights reserved.