| Interface | Description |
|---|---|
| IHasSimpleURL |
Interface for a simple URL provider.
|
| 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. |
| ConstantHasSimpleURL |
Implementation of
IHasSimpleURL that has a constant 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. |
| URLHelper |
URL utilities.
|
| URLParameterDecoder |
Decoder for URL parameters
|
| URLParameterEncoder |
Encoder for URLs
|
| URLProtocol |
A simple implementation of the
IURLProtocol interface. |
| URLProtocolRegistry |
A central registry for supported URL protocols.
|
| URLValidator |
Check if a URL is valid.
|
| Enum | Description |
|---|---|
| EURLProtocol |
Specifies a list of known protocols.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.