public class ReservedStreamingHttpConnectionFilter extends StreamingHttpConnectionFilter implements FilterableReservedStreamingHttpConnection
ReservedStreamingHttpConnectionFilter that delegates all methods to a different
ReservedStreamingHttpConnectionFilter.| Modifier | Constructor and Description |
|---|---|
protected |
ReservedStreamingHttpConnectionFilter(FilterableReservedStreamingHttpConnection delegate)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected FilterableReservedStreamingHttpConnection |
delegate()
Get the
FilterableReservedStreamingHttpConnection this method delegates to. |
Completable |
releaseAsync()
Releases this reserved
FilterableStreamingHttpConnection to be used for subsequent requests. |
closeAsync, closeAsyncGracefully, connectionContext, executionContext, httpResponseFactory, newRequest, onClose, onClosing, request, toString, transportEventStreamclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconnectionContext, transportEventStreamclose, closeGracefully, executionContext, httpResponseFactory, requestprotected ReservedStreamingHttpConnectionFilter(FilterableReservedStreamingHttpConnection delegate)
delegate - The FilterableReservedStreamingHttpConnection to delegate all calls topublic Completable releaseAsync()
FilterableReservedStreamingHttpConnectionFilterableStreamingHttpConnection to be used for subsequent requests.
This method must be idempotent, i.e. calling multiple times must not have side-effects.releaseAsync in interface FilterableReservedStreamingHttpConnectionCompletable that is notified on releaseAsync.protected final FilterableReservedStreamingHttpConnection delegate()
FilterableReservedStreamingHttpConnection this method delegates to.delegate in class StreamingHttpConnectionFilterFilterableReservedStreamingHttpConnection this method delegates to.