Uses of Class
org.eclipse.jetty.reactive.client.ReactiveResponse
Packages that use ReactiveResponse
-
Uses of ReactiveResponse in org.eclipse.jetty.reactive.client
Methods in org.eclipse.jetty.reactive.client that return ReactiveResponseModifier and TypeMethodDescriptionReactiveRequest.getReactiveResponse()
ReactiveResponse.Event.getResponse()
Methods in org.eclipse.jetty.reactive.client that return types with arguments of type ReactiveResponseModifier and TypeMethodDescriptionstatic 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 ReactiveResponseModifier and TypeMethodDescription<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 ReactiveResponseModifierConstructorDescriptionEvent(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 ReactiveResponseModifierConstructorDescriptionBufferingProcessor(ReactiveResponse response)
DiscardingProcessor(ReactiveResponse response)
Constructor parameters in org.eclipse.jetty.reactive.client.internal with type arguments of type ReactiveResponseModifierConstructorDescriptionResponseListenerProcessor(ReactiveRequest request, BiFunction<ReactiveResponse,org.reactivestreams.Publisher<ContentChunk>,org.reactivestreams.Publisher<T>> contentFn, boolean abortOnCancel)