Uses of Class
org.eclipse.jetty.reactive.client.ContentChunk
-
Uses of ContentChunk in org.eclipse.jetty.reactive.client
Methods in org.eclipse.jetty.reactive.client that return types with arguments of type ContentChunkModifier 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()
Method parameters in org.eclipse.jetty.reactive.client with type arguments of type ContentChunkModifier and TypeMethodDescriptionstatic ReactiveRequest.Content
ReactiveRequest.Content.fromPublisher
(org.reactivestreams.Publisher<ContentChunk> publisher, String contentType) static ReactiveRequest.Content
ReactiveRequest.Content.fromPublisher
(org.reactivestreams.Publisher<ContentChunk> publisher, String mediaType, Charset charset) <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.