Interface HttpClientBuilderPlugin

  • All Known Implementing Classes:
    ConfigurableInternodeAuthHadoopPlugin, KerberosPlugin, PKIAuthenticationPlugin

    public interface HttpClientBuilderPlugin
    Plugin interface for configuring internal HttpClients. This relies on the internal HttpClient implementation and is subject to change.
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Method Detail

      • getHttpClientBuilder

        SolrHttpClientBuilder getHttpClientBuilder​(SolrHttpClientBuilder builder)
        Returns:
        Returns an instance of a SolrHttpClientBuilder to be used for configuring the HttpClients for use with SolrJ clients.
        WARNING: This API is experimental and might change in incompatible ways in the next release.