OpenSearch/client/rest
Luca Cavanna b73f87b0ea Make buffer limit configurable in HeapBufferedConsumerFactory (#23970)
The buffer limit should have been configurable already, but the factory constructor is package private so it is truly configurable only from the org.elasticsearch.client package. Also the HttpAsyncResponseConsumerFactory interface was package private, so it could only be implemented from the org.elasticsearch.client package.

Closes #23958
2017-04-10 12:27:42 +02:00
..
licenses Build: use license mapping for http* and commons-* 2016-07-19 15:16:45 +02:00
src Make buffer limit configurable in HeapBufferedConsumerFactory (#23970) 2017-04-10 12:27:42 +02:00
build.gradle Enforce Content-Type requirement on the rest layer and remove deprecated methods (#23146) 2017-02-17 14:45:41 -05:00