| Interface | Description |
|---|---|
| IHasSimpleURL |
Interface for a simple URL provider.
|
| ISimpleURL |
Interface for a simple URL that works around the usability issues with the
Java default java.net.URL.
|
| IURLParameterList<IMPLTYPE extends IURLParameterList<IMPLTYPE>> |
Internal helper interface for objects handling URL parameters
|
| IURLProtocol |
Base interface for an URL protocol descriptor.
|
| IURLProtocolRegistrarSPI |
Interface for a registrar providing custom URL protocols
|
| Class | Description |
|---|---|
| ConstantHasSimpleURL |
Implementation of
IHasSimpleURL that has a constant URL. |
| SimpleURL |
Abstraction of the string parts of a URL but much simpler (and faster) than
URL. |
| URLData |
Read-only implementation of
ISimpleURL |
| URLHelper |
URL utilities.
|
| URLParameter |
This class represents a single URL parameter.
|
| URLParameterDecoder |
Decoder for URL parameters
|
| URLParameterEncoder |
Encoder for URLs
|
| URLParameterList |
A list of URL parameters with a sanity API.
|
| 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–2020 Philip Helger. All rights reserved.