A B C E F G H I N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- appendPathSegments(String...) - Method in class org.czeal.urireference.URIReferenceBuilder
-
Appends a path segment.
- appendQueryParam(String, String) - Method in class org.czeal.urireference.URIReferenceBuilder
-
Appends a new query parameter to the resultant URI reference.
- Authority - Class in org.czeal.urireference
-
A class representing the
authoritycomponent of a URI reference.
B
- build() - Method in class org.czeal.urireference.URIReferenceBuilder
-
Builds a URI reference.
C
- compareTo(Authority) - Method in class org.czeal.urireference.Authority
- compareTo(Host) - Method in class org.czeal.urireference.Host
- compareTo(URIReference) - Method in class org.czeal.urireference.URIReference
-
Compares this
URIReferenceobject with anotherURIReferenceobject for order.
E
- equals(Object) - Method in class org.czeal.urireference.Authority
-
Compares this
Authorityobject with the specified object for equality. - equals(Object) - Method in class org.czeal.urireference.Host
-
Compares this
Hostobject with the specified object for equality. - equals(Object) - Method in class org.czeal.urireference.URIReference
-
Compares this
URIReferenceobject with the specified object for equality.
F
- fromURIReference(String) - Static method in class org.czeal.urireference.URIReferenceBuilder
-
Creates a
URIReferenceBuilderinstance with a given string representing a URI reference. - fromURIReference(URIReference) - Static method in class org.czeal.urireference.URIReferenceBuilder
-
Creates a
URIReferenceBuilderinstance with a given string representing a URI reference.
G
- getAuthority() - Method in class org.czeal.urireference.URIReference
-
Get the authority of this URI reference.
- getCharset() - Method in class org.czeal.urireference.URIReference
-
Returns the charset used for percent-encoding some characters (e.g. reserved characters) contained in this URI reference.
- getFragment() - Method in class org.czeal.urireference.URIReference
-
Get the fragment of this URI reference.
- getHost() - Method in class org.czeal.urireference.Authority
-
Get the value of the
hostcomponent of thisAuthorityobject. - getHost() - Method in class org.czeal.urireference.URIReference
-
Get the host of this URI reference.
- getPath() - Method in class org.czeal.urireference.URIReference
-
Get the path of this URI reference.
- getPort() - Method in class org.czeal.urireference.Authority
-
Get the value of the
portcomponent of thisAuthorityobject. - getPort() - Method in class org.czeal.urireference.URIReference
-
Get the port of this URI reference.
- getQuery() - Method in class org.czeal.urireference.URIReference
-
Get the query of this URI reference.
- getScheme() - Method in class org.czeal.urireference.URIReference
-
Get the scheme of this URI reference.
- getType() - Method in class org.czeal.urireference.Host
-
Get the type of this
Hostobject. - getUserinfo() - Method in class org.czeal.urireference.Authority
-
Get the value of the
userinfocomponent of thisAuthorityobject. - getUserinfo() - Method in class org.czeal.urireference.URIReference
-
Get the userinfo of this URI reference.
- getValue() - Method in class org.czeal.urireference.Host
-
Get the value of this
Hostobject.
H
- hasAuthority() - Method in class org.czeal.urireference.URIReference
-
Checks whether or not this URI reference has an authority.
- hashCode() - Method in class org.czeal.urireference.Authority
-
Returns the hash code value for this
Authorityobject. - hashCode() - Method in class org.czeal.urireference.Host
-
Returns a hash code value for this
Hostobject. - hashCode() - Method in class org.czeal.urireference.URIReference
-
Returns a hash code value for this
URIReferenceobject. - Host - Class in org.czeal.urireference
-
A class representing the
hostcomponent of a URI reference. - HostType - Enum in org.czeal.urireference
-
The type of the
hostcomponent of a URI reference.
I
- IPV4 - org.czeal.urireference.HostType
-
IPv4 Address.
- IPV6 - org.czeal.urireference.HostType
-
IPv6 Address.
- IPVFUTURE - org.czeal.urireference.HostType
-
IPvFuture Address.
- isRelativeReference() - Method in class org.czeal.urireference.URIReference
-
Returns
trueif the URI reference is a relative reference.
N
- normalize() - Method in class org.czeal.urireference.URIReference
-
Normalizes this URI reference.
O
- org.czeal.urireference - package org.czeal.urireference
P
- parse(String) - Static method in class org.czeal.urireference.URIReference
-
Parses a string based on in RFC 3986 and creates a
URIReferenceinstance if parsing succeeds. - parse(String, Charset) - Static method in class org.czeal.urireference.URIReference
-
Parses a string based on in RFC 3986 and creates a
URIReferenceinstance if parsing succeeds.
R
- REGNAME - org.czeal.urireference.HostType
-
Registered name.
- removeQueryParam(String) - Method in class org.czeal.urireference.URIReferenceBuilder
-
Removes the query parameter(s) specified by a key.
- replaceQueryParam(String, String) - Method in class org.czeal.urireference.URIReferenceBuilder
-
Replaces the value(s) of the query parameter(s) specified by the key with a new value.
- resolve(String) - Method in class org.czeal.urireference.URIReference
-
Resolves the given URI reference against this URI reference.
- resolve(URIReference) - Method in class org.czeal.urireference.URIReference
-
Resolve the given URI reference against this URI reference.
S
- setAuthorityRequired(boolean) - Method in class org.czeal.urireference.URIReferenceBuilder
-
Determines whether or not the authority is required in the resultant URI reference.
- setCharset(Charset) - Method in class org.czeal.urireference.URIReferenceBuilder
-
Sets the charset used in the resultant URI reference.
- setFragment(String) - Method in class org.czeal.urireference.URIReferenceBuilder
-
Sets the fragment.
- setHost(String) - Method in class org.czeal.urireference.URIReferenceBuilder
-
Sets the host.
- setPath(String) - Method in class org.czeal.urireference.URIReferenceBuilder
-
Sets the path.
- setPort(int) - Method in class org.czeal.urireference.URIReferenceBuilder
-
Sets the port.
- setQuery(String) - Method in class org.czeal.urireference.URIReferenceBuilder
-
Sets the query.
- setScheme(String) - Method in class org.czeal.urireference.URIReferenceBuilder
-
Sets the scheme.
- setUserinfo(String) - Method in class org.czeal.urireference.URIReferenceBuilder
-
Sets the userinfo.
T
- toString() - Method in class org.czeal.urireference.Authority
-
Returns a string representation of this
Authorityobject. - toString() - Method in class org.czeal.urireference.Host
-
Returns a string representation of this
Hostobject. - toString() - Method in class org.czeal.urireference.URIReference
-
Returns a string representation of this
URIReferenceobject.
U
- uriRef(URIReference) - Method in class org.czeal.urireference.URIReferenceBuilder
-
Sets information about a given
URIReferenceBuilderinstance. - URIReference - Class in org.czeal.urireference
-
A class representing a URI reference, as defined in RFC 3986 - Uniform Resource Identifier (URI): Generic Syntax.
- URIReferenceBuilder - Class in org.czeal.urireference
-
A builder class for constructing URI references.
- URIReferenceBuilder() - Constructor for class org.czeal.urireference.URIReferenceBuilder
V
- valueOf(String) - Static method in enum org.czeal.urireference.HostType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.czeal.urireference.HostType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages