public interface HttpClientBuilderFactory extends Closeable
| Modifier and Type | Method and Description | 
|---|---|
| SolrHttpClientBuilder | getHttpClientBuilder(Optional<SolrHttpClientBuilder> builder)This method configures the SolrHttpClientBuilder by overriding the
 configuration of passed SolrHttpClientBuilder or as a new instance. | 
| default void | setup(Http2SolrClient client) | 
SolrHttpClientBuilder getHttpClientBuilder(Optional<SolrHttpClientBuilder> builder)
builder - The instance of the SolrHttpClientBuilder which should
                by configured (optional).default void setup(Http2SolrClient client)
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.