Package | Description |
---|---|
io.mola.galimatias | |
io.mola.galimatias.canonicalize |
Modifier and Type | Method and Description |
---|---|
void |
DefaultErrorHandler.error(GalimatiasParseException error) |
void |
StrictErrorHandler.error(GalimatiasParseException error) |
void |
ErrorHandler.error(GalimatiasParseException error) |
void |
DefaultErrorHandler.fatalError(GalimatiasParseException error) |
void |
StrictErrorHandler.fatalError(GalimatiasParseException error) |
void |
ErrorHandler.fatalError(GalimatiasParseException error) |
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 String |
URLUtils.domainToASCII(String domain)
Converts a domain to its ASCII representation.
|
static String |
URLUtils.domainToUnicode(String asciiDomain)
Converts a domain to its Unicode representation.
|
void |
DefaultErrorHandler.error(GalimatiasParseException error) |
void |
StrictErrorHandler.error(GalimatiasParseException error) |
void |
ErrorHandler.error(GalimatiasParseException error) |
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) |
static Domain |
Domain.parseDomain(String input) |
static Domain |
Domain.parseDomain(String input,
boolean unicode) |
static Domain |
Domain.parseDomain(URLParsingSettings settings,
String input,
boolean unicode) |
static Host |
Host.parseHost(String input)
Parses a host as found in URLs.
|
static IPv4Address |
IPv4Address.parseIPv4Address(String input) |
static IPv6Address |
IPv6Address.parseIPv6Address(String ipString) |
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 |
---|---|
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.