public interface HttpClientBuilderFactory extends Closeable
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2006–2022 The Apache Software Foundation. All rights reserved.