| Interface | Description |
|---|---|
| ISimpleURL |
Interface for a simple URL that works around the issues with the Java default
URL.
|
| IURIToURLConverter |
A generic converted from String URI to
ISimpleURL. |
| IURLData |
Base interface representing the basic elements of a URL from a high level
perspective.
|
| IURLProtocol |
Base interface for an URL protocol descriptor.
|
| IURLProtocolRegistrarSPI |
Interface for a registrar providing custom URL protocols
|
| Class | Description |
|---|---|
| AbstractSimpleURL |
Abstraction of the string parts of a URL but much simpler (and faster) than
URL. |
| ReadonlySimpleURL |
Abstraction of the string parts of a URL but much simpler (and faster) than
URL. |
| SimpleURL |
Abstraction of the string parts of a URL but much simpler (and faster) than
URL. |
| SMap |
A special URL parameter map that is made for best inline usage.
|
| URLData |
Default implementation of the
IURLData interface. |
| URLProtocol |
A simple implementation of the
IURLProtocol interface. |
| URLProtocolRegistry |
A central registry for supported URL protocols.
|
| URLUtils |
URL utilities.
|
| URLValidator |
Check if a URL is valid.
|
| Enum | Description |
|---|---|
| EURLProtocol |
Specifies a list of known protocols.
|
Copyright © 2006–2014 phloc systems. All rights reserved.