Interface ProtocolSupport

  • All Known Subinterfaces:
    HyperlinkHandler

    @OpenApiAll
    public interface ProtocolSupport
    Protocol support checker.
    • Method Detail

      • isSupportedProtocol

        boolean isSupportedProtocol​(java.lang.String protocol)
        Check if given protocol is supported.
        Parameters:
        protocol - protocol to check.
        Returns:
        true if supported; otherwise - false.