Uses of Class
org.apache.solr.client.solrj.embedded.SSLConfig
-
Packages that use SSLConfig Package Description org.apache.solr.client.solrj.embedded SolrJ client implementations for embedded solr access.org.apache.solr.client.solrj.impl Concrete implementations of client API classes. -
-
Uses of SSLConfig in org.apache.solr.client.solrj.embedded
Methods in org.apache.solr.client.solrj.embedded with parameters of type SSLConfig Modifier and Type Method Description static org.eclipse.jetty.util.ssl.SslContextFactorySSLConfig. createContextFactory(SSLConfig sslConfig)Returns an SslContextFactory that should be used by a jetty server based on the specified SSLConfig param which may be null. -
Uses of SSLConfig in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl with parameters of type SSLConfig Modifier and Type Method Description static voidHttp2SolrClient. setDefaultSSLConfig(SSLConfig sslConfig)Http2SolrClient.BuilderHttp2SolrClient.Builder. withSSLConfig(SSLConfig sslConfig)
-