Uses of Interface
org.apache.solr.common.util.Utils.InputStreamConsumer
-
Packages that use Utils.InputStreamConsumer Package Description org.apache.solr.common.util Common utility classes reused on both clients & server. -
-
Uses of Utils.InputStreamConsumer in org.apache.solr.common.util
Fields in org.apache.solr.common.util declared as Utils.InputStreamConsumer Modifier and Type Field Description static Utils.InputStreamConsumer<?>
Utils. JAVABINCONSUMER
static Utils.InputStreamConsumer<?>
Utils. JSONCONSUMER
Methods in org.apache.solr.common.util that return Utils.InputStreamConsumer Modifier and Type Method Description static Utils.InputStreamConsumer<ByteBuffer>
Utils. newBytesConsumer(int maxSize)
Methods in org.apache.solr.common.util with parameters of type Utils.InputStreamConsumer Modifier and Type Method Description static <T> T
Utils. executeGET(org.apache.http.client.HttpClient client, String url, Utils.InputStreamConsumer<T> consumer)
static <T> T
Utils. executeHttpMethod(org.apache.http.client.HttpClient client, String url, Utils.InputStreamConsumer<T> consumer, org.apache.http.client.methods.HttpRequestBase httpMethod)
-