Interface StreamingHttpClient

All Superinterfaces:
AutoCloseable, Closeable, HttpClient, LifeCycle<HttpClient>
All Known Implementing Classes:
DefaultHttpClient

public interface StreamingHttpClient extends HttpClient
Extended version of the HttpClient that supports streaming responses.
Since:
1.0
Author:
Graeme Rocher