Package | Description |
---|---|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
org.apache.solr.util |
Misc utilities useful when implementing test cases.
|
Modifier and Type | Method and Description |
---|---|
static HttpClientConfigurer |
HttpClientUtil.getConfigurer() |
Modifier and Type | Method and Description |
---|---|
static void |
HttpClientUtil.setConfigurer(HttpClientConfigurer newConfigurer)
Replace the
HttpClientConfigurer class used in configuring the http
clients with a custom implementation. |
Modifier and Type | Method and Description |
---|---|
HttpClientConfigurer |
SSLTestConfig.getHttpClientConfigurer()
Will provide an HttpClientConfigurer for SSL support (adds https and
removes http schemes) is SSL is enabled, otherwise return the default
configurer
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.