| Package | Description |
|---|---|
| com.helger.commons.url |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISimpleURL
Interface for a simple URL that works around the issues with the Java default
URL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleURL
Abstraction of the string parts of a URL but much simpler (and faster) than
URL. |
class |
URLData
Default implementation of the
IURLData interface. |
| Modifier and Type | Method and Description |
|---|---|
static IURLData |
URLHelper.getAsURLData(String sHref) |
static IURLData |
URLHelper.getAsURLData(String sHref,
IDecoder<String,String> aParameterDecoder)
Parses the passed URL into a structured form
|
| Modifier and Type | Method and Description |
|---|---|
IURLProtocol |
URLProtocolRegistry.getProtocol(IURLData aURL)
Try to evaluate the matching URL protocol from the passed URL
|
static String |
URLHelper.getURLString(IURLData aURL,
Charset aParameterCharset) |
boolean |
URLProtocolRegistry.hasKnownProtocol(IURLData aURL)
Check if the passed URL has any known protocol
|
| Constructor and Description |
|---|
SimpleURL(IURLData aURL) |
Copyright © 2014–2016 Philip Helger. All rights reserved.