Uses of Interface
org.apache.solr.client.solrj.impl.HttpListenerFactory
-
Packages that use HttpListenerFactory Package Description org.apache.solr.client.solrj.impl Concrete implementations of client API classes. -
-
Uses of HttpListenerFactory in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl with parameters of type HttpListenerFactory Modifier and Type Method Description voidHttp2SolrClient. addListenerFactory(HttpListenerFactory factory)Deprecated.Method parameters in org.apache.solr.client.solrj.impl with type arguments of type HttpListenerFactory Modifier and Type Method Description Http2SolrClient.BuilderHttp2SolrClient.Builder. withListenerFactory(List<HttpListenerFactory> listenerFactory)
-