Package | Description |
---|---|
org.apache.solr.common.util |
Common utility classes reused on both clients & server.
|
Modifier and Type | Field and Description |
---|---|
static Utils.InputStreamConsumer<?> |
Utils.JAVABINCONSUMER |
static Utils.InputStreamConsumer<?> |
Utils.JSONCONSUMER |
Modifier and Type | Method and Description |
---|---|
static Utils.InputStreamConsumer<ByteBuffer> |
Utils.newBytesConsumer(int maxSize) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
Utils.executeGET(org.apache.http.client.HttpClient client,
String url,
Utils.InputStreamConsumer<T> consumer) |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.