@IsSPIInterface public interface IURLProtocolRegistrarSPI
| Modifier and Type | Method and Description |
|---|---|
Set<? extends IURLProtocol> |
getAllProtocols() |
Set<? extends IURLProtocol> |
getProtocols()
Deprecated.
Use
getAllProtocols() instead |
@Nullable @Deprecated Set<? extends IURLProtocol> getProtocols()
getAllProtocols() insteadnull but may not contain
null elements!@Nullable Set<? extends IURLProtocol> getAllProtocols()
null but may not contain
null elements!Copyright © 2014–2015 Philip Helger. All rights reserved.