| Interface | Description |
|---|---|
| PercentEncoderOutputHandler |
A callback used during percent encoding.
|
| Class | Description |
|---|---|
| PercentDecoder |
Decodes percent-encoded (%XX) Unicode text.
|
| PercentEncoder |
Encodes unsafe characters as a sequence of %XX hex-encoded bytes.
|
| StringBuilderPercentEncoderOutputHandler |
A PercentEncoderHandler implementation that accumulates chars in a buffer.
|
| UrlBuilder |
Builder for urls with url-encoding applied to path, query param, etc.
|
| UrlPercentEncoders |
See RFC 3986, RFC 1738 and http://www.lunatech-research.com/archives/2009/02/03/what-every-web-developer-must-know-about-url-encoding.
|