Uses of Class
org.eclipse.jetty.reactive.client.ReactiveResponse
| Package | Description |
|---|---|
| org.eclipse.jetty.reactive.client | |
| org.eclipse.jetty.reactive.client.internal |
-
Uses of ReactiveResponse in org.eclipse.jetty.reactive.client
Methods in org.eclipse.jetty.reactive.client that return ReactiveResponse Modifier and Type Method Description ReactiveResponseReactiveRequest. getReactiveResponse()ReactiveResponseReactiveResponse.Event. getResponse()Methods in org.eclipse.jetty.reactive.client that return types with arguments of type ReactiveResponse Modifier and Type Method Description static BiFunction<ReactiveResponse,org.reactivestreams.Publisher<ContentChunk>,org.reactivestreams.Publisher<String>>ReactiveResponse.Content. asString()static BiFunction<ReactiveResponse,org.reactivestreams.Publisher<ContentChunk>,org.reactivestreams.Publisher<ReactiveResponse>>ReactiveResponse.Content. discard()static BiFunction<ReactiveResponse,org.reactivestreams.Publisher<ContentChunk>,org.reactivestreams.Publisher<ReactiveResponse>>ReactiveResponse.Content. discard()org.reactivestreams.Publisher<ReactiveResponse>ReactiveRequest. response()Creates a Publisher that sends the request when a Subscriber requests the response viaSubscription.request(long), discarding the response content.Method parameters in org.eclipse.jetty.reactive.client with type arguments of type ReactiveResponse Modifier and Type Method Description <T> org.reactivestreams.Publisher<T>ReactiveRequest. response(BiFunction<ReactiveResponse,org.reactivestreams.Publisher<ContentChunk>,org.reactivestreams.Publisher<T>> contentFn)Creates a Publisher that sends the request when a Subscriber requests the response viaSubscription.request(long), processing the response content with the given function.Constructors in org.eclipse.jetty.reactive.client with parameters of type ReactiveResponse Constructor Description Event(ReactiveResponse.Event.Type type, ReactiveResponse response)Event(ReactiveResponse.Event.Type type, ReactiveResponse response, Throwable failure)Event(ReactiveResponse.Event.Type type, ReactiveResponse response, ByteBuffer content) -
Uses of ReactiveResponse in org.eclipse.jetty.reactive.client.internal
Constructors in org.eclipse.jetty.reactive.client.internal with parameters of type ReactiveResponse Constructor Description BufferingProcessor(ReactiveResponse response)DiscardingProcessor(ReactiveResponse response)Constructor parameters in org.eclipse.jetty.reactive.client.internal with type arguments of type ReactiveResponse Constructor Description ResponseListenerProcessor(ReactiveRequest request, BiFunction<ReactiveResponse,org.reactivestreams.Publisher<ContentChunk>,org.reactivestreams.Publisher<T>> contentFn)