|
static URI | createAbsoluteURI (URI base, String uri) throws IllegalArgumentException |
| Guarantees that the returned URI is absolute, no matter what the argument is.
|
|
static URI | createAbsoluteURI (URI base, URI relativeOrNot) throws IllegalArgumentException |
|
static URL | createAbsoluteURL (URL base, String uri) throws IllegalArgumentException |
|
static URL | createAbsoluteURL (URL base, URI relativeOrNot) throws IllegalArgumentException |
|
static URL | createAbsoluteURL (URI base, URI relativeOrNot) throws IllegalArgumentException |
|
static URL | createAbsoluteURL (InetAddress address, int localStreamPort, URI relativeOrNot) throws IllegalArgumentException |
|
static URI | createRelativePathURI (URI uri) |
|
static URI | createRelativeURI (URI base, URI full) |
|
static URI | createRelativeURI (URL base, URL full) throws IllegalArgumentException |
|
static URI | createRelativeURI (URI base, URL full) throws IllegalArgumentException |
|
static URI | createRelativeURI (URL base, URI full) throws IllegalArgumentException |
|
static boolean | isAbsoluteURI (String s) |
|
static void | assertRelativeURI (String what, URI uri) |
|
static URL | toURL (URI uri) |
|
static URI | toURI (URL url) |
|
static String | percentEncode (String s) |
|
static String | percentDecode (String s) |
|
static String | encodePathSegment (final String pathSegment) |
|
static String | encodePathParamName (final String pathParamName) |
|
static String | encodePathParamValue (final String pathParamValue) |
|
static String | encodeQueryNameOrValue (final String queryNameOrValue) |
|
static String | encodeFragment (final String fragment) |
|
static String | encode (BitSet allowedCharacters, String s, String charset) |
|