| EURLProtocol |
Specifies a list of known protocols.
Should be extended to the list defined at
the IANA
|
| IHasSimpleURL |
Interface for a simple URL provider.
Note: cannot be a functional interface because it requires equals and
hashCode to be implemented!
|
| ISimpleURL |
Interface for a simple URL that works around the usability issues with the
Java default java.net.URL.
|
| IURLParameterList |
Internal helper interface for objects handling URL parameters
|
| IURLProtocol |
Base interface for an URL protocol descriptor.
|
| SimpleURL |
Abstraction of the string parts of a URL but much simpler (and faster) than
URL.
|
| URLData |
|
| URLParameter |
This class represents a single URL parameter.
|
| URLParameterList |
A list of URL parameters with a sanity API.
|
| URLProtocolRegistry |
A central registry for supported URL protocols.
|