Interface IURLProtocolRegistrarSPI


  • @IsSPIInterface
    public interface IURLProtocolRegistrarSPI
    Interface for a registrar providing custom URL protocols
    Author:
    Boris Gregorcic, Philip Helger
    • Method Detail

      • getAllProtocols

        @Nullable
        ICommonsSet<? extends IURLProtocol> getAllProtocols()
        Returns:
        The set of protocols to be registered for this registrar. The returned set may be null but may not contain null elements!