A B C E F G H I N O P R S T U V 
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 authority component 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
Compares this Authority object with another Authority object for order.
compareTo(Host) - Method in class org.czeal.urireference.Host
Compares this Host object with another Host object for order.
compareTo(URIReference) - Method in class org.czeal.urireference.URIReference
Compares this URIReference object with another URIReference object for order.

E

equals(Object) - Method in class org.czeal.urireference.Authority
Compares this Authority object with the specified object for equality.
equals(Object) - Method in class org.czeal.urireference.Host
Compares this Host object with the specified object for equality.
equals(Object) - Method in class org.czeal.urireference.URIReference
Compares this URIReference object with the specified object for equality.

F

fromURIReference(String) - Static method in class org.czeal.urireference.URIReferenceBuilder
Creates a URIReferenceBuilder instance with a given string representing a URI reference.
fromURIReference(URIReference) - Static method in class org.czeal.urireference.URIReferenceBuilder
Creates a URIReferenceBuilder instance 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 host component of this Authority object.
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 port component of this Authority object.
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 Host object.
getUserinfo() - Method in class org.czeal.urireference.Authority
Get the value of the userinfo component of this Authority object.
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 Host object.

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 Authority object.
hashCode() - Method in class org.czeal.urireference.Host
Returns a hash code value for this Host object.
hashCode() - Method in class org.czeal.urireference.URIReference
Returns a hash code value for this URIReference object.
Host - Class in org.czeal.urireference
A class representing the host component of a URI reference.
HostType - Enum in org.czeal.urireference
The type of the host component 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 true if 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 URIReference instance 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 URIReference instance 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 Authority object.
toString() - Method in class org.czeal.urireference.Host
Returns a string representation of this Host object.
toString() - Method in class org.czeal.urireference.URIReference
Returns a string representation of this URIReference object.

U

uriRef(URIReference) - Method in class org.czeal.urireference.URIReferenceBuilder
Sets information about a given URIReferenceBuilder instance.
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.
A B C E F G H I N O P R S T U V 
All Classes All Packages