Uses of Interface
com.helger.commons.url.IURLProtocol
-
Packages that use IURLProtocol Package Description com.helger.commons.url -
-
Uses of IURLProtocol in com.helger.commons.url
Classes in com.helger.commons.url that implement IURLProtocol Modifier and Type Class Description classEURLProtocolSpecifies a list of known protocols.
Should be extended to the list defined at the IANAclassURLProtocolA simple implementation of theIURLProtocolinterface.Methods in com.helger.commons.url that return IURLProtocol Modifier and Type Method Description default IURLProtocolISimpleURL. getProtocol()IURLProtocolURLProtocolRegistry. getProtocol(ISimpleURL aURL)Try to evaluate the matching URL protocol from the passed URLIURLProtocolURLProtocolRegistry. getProtocol(String sURL)Try to evaluate the matching URL protocol from the passed URLMethods in com.helger.commons.url that return types with arguments of type IURLProtocol Modifier and Type Method Description ICommonsSet<? extends IURLProtocol>IURLProtocolRegistrarSPI. getAllProtocols()ICommonsCollection<IURLProtocol>URLProtocolRegistry. getAllProtocols()Methods in com.helger.commons.url with parameters of type IURLProtocol Modifier and Type Method Description voidURLProtocolRegistry. registerProtocol(IURLProtocol aProtocol)Registers a new protocol
-