Interface ProtocolSupport

All Known Subinterfaces:
HyperlinkHandler

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

    Modifier and Type
    Method
    Description
    boolean
    Check if given protocol is supported.
  • Method Details

    • isSupportedProtocol

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