| Package | Description |
|---|---|
| com.helger.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 |
|---|---|
default IURLProtocol |
ISimpleURL.getProtocol() |
default IURLProtocol |
ISimpleURL.getProtocol() |
IURLProtocol |
URLProtocolRegistry.getProtocol(ISimpleURL aURL)
Try to evaluate the matching URL protocol from the passed URL
|
IURLProtocol |
URLProtocolRegistry.getProtocol(ISimpleURL aURL)
Try to evaluate the matching URL protocol from the passed URL
|
IURLProtocol |
URLProtocolRegistry.getProtocol(String sURL)
Try to evaluate the matching URL protocol from the passed URL
|
IURLProtocol |
URLProtocolRegistry.getProtocol(String sURL)
Try to evaluate the matching URL protocol from the passed URL
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsSet<? extends IURLProtocol> |
IURLProtocolRegistrarSPI.getAllProtocols() |
ICommonsCollection<IURLProtocol> |
URLProtocolRegistry.getAllProtocols() |
ICommonsCollection<IURLProtocol> |
URLProtocolRegistry.getAllProtocols() |
ICommonsSet<? extends IURLProtocol> |
IURLProtocolRegistrarSPI.getAllProtocols() |
| Modifier and Type | Method and Description |
|---|---|
void |
URLProtocolRegistry.registerProtocol(IURLProtocol aProtocol)
Registers a new protocol
|
void |
URLProtocolRegistry.registerProtocol(IURLProtocol aProtocol)
Registers a new protocol
|
Copyright © 2014–2022 Philip Helger. All rights reserved.