Changed Methods |
String decode(String, String)
|
Change in exceptions thrown from java.io.UnsupportedEncodingException to no exceptions.
|
Decode the given encoded URI component. |
String encode(String, String)
|
Change in exceptions thrown from java.io.UnsupportedEncodingException to no exceptions.
|
Variant of .decode(String, Charset) with a String charset. |
String encodeAuthority(String, String)
|
Change in exceptions thrown from java.io.UnsupportedEncodingException to no exceptions.
|
Encode the given URI authority with the given encoding. |
String encodeFragment(String, String)
|
Change in exceptions thrown from java.io.UnsupportedEncodingException to no exceptions.
|
Encode the given URI fragment with the given encoding. |
String encodeHost(String, String)
|
Change in exceptions thrown from java.io.UnsupportedEncodingException to no exceptions.
|
Encode the given URI host with the given encoding. |
String encodePath(String, String)
|
Change in exceptions thrown from java.io.UnsupportedEncodingException to no exceptions.
|
Encode the given URI path with the given encoding. |
String encodePathSegment(String, String)
|
Change in exceptions thrown from java.io.UnsupportedEncodingException to no exceptions.
|
Encode the given URI path segment with the given encoding. |
String encodePort(String, String)
|
Change in exceptions thrown from java.io.UnsupportedEncodingException to no exceptions.
|
Encode the given URI port with the given encoding. |
String encodeQuery(String, String)
|
Change in exceptions thrown from java.io.UnsupportedEncodingException to no exceptions.
|
Encode the given URI query with the given encoding. |
String encodeQueryParam(String, String)
|
Change in exceptions thrown from java.io.UnsupportedEncodingException to no exceptions.
|
Encode the given URI query parameter with the given encoding. |
String encodeScheme(String, String)
|
Change in exceptions thrown from java.io.UnsupportedEncodingException to no exceptions.
|
Encode the given URI scheme with the given encoding. |
String encodeUserInfo(String, String)
|
Change in exceptions thrown from java.io.UnsupportedEncodingException to no exceptions.
|
Encode the given URI user info with the given encoding. |