All Classes and Interfaces
Class
Description
A basic implementation of the builder pattern.
Basic abstraction for the builder pattern.
An internet host such as a host name or IP address.
Aggregate object for a host and port.
One Label in a
Host - i.e.A query delimiter in a URL.
One key/value pair in the query portion of a URL.
The Parameters portion of a URL, e.g.
http://timboudreau.com/foo.html?foo=bar&bar=baz#somethingThe path portion of a URL.
One element of a URL's path.
A TCP port.
The protocol portion of a URL (e.g.
Enum of standard URL protocols.
Represents an internet URL.
Factory class for constructing URL objects w/ validation.
One element of a URL, such as a Host, Port, Password, Path, PathElement,
Parameters or ParametersElement.