Package | Description |
---|---|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
Modifier and Type | Field and Description |
---|---|
protected Http2SolrClient |
ConcurrentUpdateHttp2SolrClient.Builder.client |
protected Http2SolrClient |
CloudHttp2SolrClient.Builder.httpClient |
Modifier and Type | Method and Description |
---|---|
Http2SolrClient |
Http2SolrClient.Builder.build() |
Http2SolrClient |
CloudHttp2SolrClient.getHttpClient() |
Modifier and Type | Method and Description |
---|---|
void |
PreemptiveBasicAuthClientBuilderFactory.setup(Http2SolrClient client) |
default void |
HttpClientBuilderFactory.setup(Http2SolrClient client) |
void |
Krb5HttpClientBuilder.setup(Http2SolrClient http2Client) |
CloudHttp2SolrClient.Builder |
CloudHttp2SolrClient.Builder.withHttpClient(Http2SolrClient httpClient) |
Http2SolrClient.Builder |
Http2SolrClient.Builder.withHttpClient(Http2SolrClient httpClient)
Reuse
httpClient connections pool |
Constructor and Description |
---|
Builder(String baseSolrUrl,
Http2SolrClient client) |
Builder(String baseSolrUrl,
Http2SolrClient client,
boolean closeHttp2Client) |
Http2ClusterStateProvider(List<String> solrUrls,
Http2SolrClient httpClient) |
LBHttp2SolrClient(Http2SolrClient httpClient,
String... baseSolrUrls) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.