public interface FilterableReservedStreamingHttpConnection extends FilterableStreamingHttpConnection
StreamingHttpConnection for the exclusive use of the caller of
StreamingHttpClient.reserveConnection(HttpExecutionStrategy, HttpRequestMetaData).| Modifier and Type | Method and Description |
|---|---|
Completable |
releaseAsync()
Releases this reserved
FilterableStreamingHttpConnection to be used for subsequent requests. |
connectionContext, transportEventStreamexecutionContext, httpResponseFactory, requestCompletable releaseAsync()
FilterableStreamingHttpConnection to be used for subsequent requests.
This method must be idempotent, i.e. calling multiple times must not have side-effects.Completable that is notified on releaseAsync.