Uses of Class
org.eclipse.jetty.reactive.client.ContentChunk
Packages that use 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. -
Uses of ContentChunk in org.eclipse.jetty.reactive.client.internal
Methods in org.eclipse.jetty.reactive.client.internal with parameters of type ContentChunkModifier and TypeMethodDescriptionvoid
BufferingProcessor.onNext(ContentChunk chunk)
void
DiscardingProcessor.onNext(ContentChunk chunk)
void
PublisherContent.onNext(ContentChunk chunk)
void
PublisherRequestContent.onNext(ContentChunk chunk)
Method parameters in org.eclipse.jetty.reactive.client.internal with type arguments of type ContentChunkModifier and TypeMethodDescriptionprotected void
StringContent.onRequest(org.reactivestreams.Subscriber<? super ContentChunk> subscriber, long n)
Constructor parameters in org.eclipse.jetty.reactive.client.internal with type arguments of type ContentChunkModifierConstructorDescriptionPublisherContent(org.reactivestreams.Publisher<ContentChunk> publisher, String contentType)
ResponseListenerProcessor(ReactiveRequest request, BiFunction<ReactiveResponse,org.reactivestreams.Publisher<ContentChunk>,org.reactivestreams.Publisher<T>> contentFn, boolean abortOnCancel)