public final class PercentEncoding extends Object
| Modifier and Type | Field and Description |
|---|---|
static PercentEncoding |
PATH_SEGMENT
Path segment.
|
static PercentEncoding |
QUERY_PARAM
Query params name or value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
encode(char c,
Appendable appendable) |
String |
encode(CharSequence s) |
void |
encode(CharSequence s,
Appendable appendable) |
public static final PercentEncoding PATH_SEGMENT
public static final PercentEncoding QUERY_PARAM
public void encode(CharSequence s, Appendable appendable) throws IOException
IOExceptionpublic String encode(CharSequence s)
public void encode(char c,
Appendable appendable)
throws IOException
IOExceptionCopyright © 2018 JBoss by Red Hat. All Rights Reserved.