Uses of Class
org.apache.solr.client.solrj.impl.Http2SolrClient.OutStream
-
Packages that use Http2SolrClient.OutStream Package Description org.apache.solr.client.solrj.impl Concrete implementations of client API classes. -
-
Uses of Http2SolrClient.OutStream in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl that return Http2SolrClient.OutStream Modifier and Type Method Description Http2SolrClient.OutStream
Http2SolrClient. initOutStream(String baseUrl, UpdateRequest updateRequest, String collection)
Methods in org.apache.solr.client.solrj.impl with parameters of type Http2SolrClient.OutStream Modifier and Type Method Description void
Http2SolrClient. send(Http2SolrClient.OutStream outStream, SolrRequest req, String collection)
-