Package io.servicetalk.http.api
Interface FilterableStreamingHttpLoadBalancedConnection
-
- All Superinterfaces:
AsyncCloseable,FilterableStreamingHttpConnection,ListenableAsyncCloseable,LoadBalancedConnection,ScoreSupplier,StreamingHttpRequester,StreamingHttpRequestFactory
public interface FilterableStreamingHttpLoadBalancedConnection extends FilterableStreamingHttpConnection, LoadBalancedConnection
AFilterableStreamingHttpConnectionthat supported filtering and implements theLoadBalancedConnectioncontract.
-
-
Method Summary
-
Methods inherited from interface io.servicetalk.concurrent.api.AsyncCloseable
closeAsync, closeAsyncGracefully
-
Methods inherited from interface io.servicetalk.http.api.FilterableStreamingHttpConnection
connectionContext, transportEventStream
-
Methods inherited from interface io.servicetalk.concurrent.api.ListenableAsyncCloseable
onClose
-
Methods inherited from interface io.servicetalk.client.api.ScoreSupplier
score
-
Methods inherited from interface io.servicetalk.http.api.StreamingHttpRequester
executionContext, httpResponseFactory, request
-
-