Package | Description |
---|---|
io.mola.galimatias | |
io.mola.galimatias.canonicalize |
Modifier and Type | Method and Description |
---|---|
static URL |
URL.buildFile()
Gets a URL object for file:// scheme.
|
static URL |
URL.buildHierarchical(String scheme,
String host)
Gets a URL object from a relative scheme and a host.
|
static URL |
URL.buildOpaque(String scheme)
Gets a URL object from a non-relative scheme.
|
static URL |
URL.fromJavaURI(URI uri)
Construct a URL from a
URI . |
static URL |
URL.fromJavaURL(URL url)
Construct a URL from a
URL . |
static URL |
URL.parse(String input)
Parses a URL by using the default parsing options.
|
static URL |
URL.parse(URLParsingSettings settings,
String input) |
static URL |
URL.parse(URLParsingSettings settings,
URL base,
String input) |
static URL |
URL.parse(URL base,
String input) |
URL |
URL.resolve(String input)
Resolves a relative reference to an absolute URL.
|
URL |
URL.withFragment(String fragment) |
URL |
URL.withHost(Host host) |
URL |
URL.withHost(String host) |
URL |
URL.withPassword(String password) |
URL |
URL.withPath(String path) |
URL |
URL.withPort(int port) |
URL |
URL.withQuery(String query) |
URL |
URL.withScheme(String scheme) |
URL |
URL.withUsername(String username) |
Modifier and Type | Method and Description |
---|---|
static URL |
URL.parse(URLParsingSettings settings,
URL base,
String input) |
static URL |
URL.parse(URL base,
String input) |
String |
URL.relativize(URL url)
Returns a relative URL reference for the given URL.
|
Modifier and Type | Method and Description |
---|---|
URL |
CombinedCanonicalizer.canonicalize(URL input) |
URL |
URLCanonicalizer.canonicalize(URL url) |
URL |
RFC3986Canonicalizer.canonicalize(URL input) |
URL |
StripPartCanonicalizer.canonicalize(URL input) |
URL |
DecodeUnreservedCanonicalizer.canonicalize(URL input) |
URL |
RFC2396Canonicalizer.canonicalize(URL input) |
URL |
RegexCanonicalizer.canonicalize(URL input) |
Modifier and Type | Method and Description |
---|---|
URL |
CombinedCanonicalizer.canonicalize(URL input) |
URL |
URLCanonicalizer.canonicalize(URL url) |
URL |
RFC3986Canonicalizer.canonicalize(URL input) |
URL |
StripPartCanonicalizer.canonicalize(URL input) |
URL |
DecodeUnreservedCanonicalizer.canonicalize(URL input) |
URL |
RFC2396Canonicalizer.canonicalize(URL input) |
URL |
RegexCanonicalizer.canonicalize(URL input) |
Copyright © 2013–2014. All rights reserved.