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.SslContextFactory.Server
SSLConfig. createContextFactory(SSLConfig sslConfig)
Returns an SslContextFactory.Server 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 void
Http2SolrClient. setDefaultSSLConfig(SSLConfig sslConfig)
Http2SolrClient.Builder
Http2SolrClient.Builder. withSSLConfig(SSLConfig sslConfig)
-