| Package | Description |
|---|---|
| com.phloc.commons.url |
| Modifier and Type | Class and Description |
|---|---|
class |
EURLProtocol
Specifies a list of known protocols.
|
class |
URLProtocol
A simple implementation of the
IURLProtocol interface. |
| Modifier and Type | Method and Description |
|---|---|
IURLProtocol |
URLData.getProtocol() |
IURLProtocol |
IURLData.getProtocol() |
IURLProtocol |
AbstractSimpleURL.getProtocol() |
static IURLProtocol |
URLProtocolRegistry.getProtocol(IURLData aURL)
Try to evaluate the matching URL protocol from the passed URL
|
static IURLProtocol |
URLProtocolRegistry.getProtocol(String sURL)
Try to evaluate the matching URL protocol from the passed URL
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<IURLProtocol> |
URLProtocolRegistry.getAllProtocols() |
Set<? extends IURLProtocol> |
IURLProtocolRegistrarSPI.getProtocols() |
| Modifier and Type | Method and Description |
|---|---|
static void |
URLProtocolRegistry.registerProtocol(IURLProtocol aProtocol)
Registers a new protocol
|
Copyright © 2006–2015 phloc systems. All rights reserved.