Interface HttpProvider


  • public interface HttpProvider
    • Method Detail

      • hasCapability

        default boolean hasCapability​(HttpProviderCapability capability)
        Returns true if this HTTP provider has the requested capability.

        By default, this method returns false, indicating that no specific capabilities are supported. Subclasses may override this method to provide their own capabilities.

        Returns:
        true if this HTTP provider has the requested capability.