Interface HttpClientLoader

  • All Superinterfaces:
    Loader

    public interface HttpClientLoader
    extends Loader
    Enrich the CHF Loader SPI with method used to query the underlying provider if it supports options or not.
    • Method Detail

      • isOptionSupported

        boolean isOptionSupported​(String name)
        Returns true if option is supported.
        Parameters:
        name - option name
        Returns:
        true if option is supported, false otherwise.