Uses of Class
org.eclipse.jetty.reactive.client.ContentChunk
| Package | Description |
|---|---|
| org.eclipse.jetty.reactive.client | |
| org.eclipse.jetty.reactive.client.internal |
-
Uses of ContentChunk in org.eclipse.jetty.reactive.client
Methods in org.eclipse.jetty.reactive.client that return types with arguments of type ContentChunk 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()Method parameters in org.eclipse.jetty.reactive.client with type arguments of type ContentChunk Modifier and Type Method Description static ReactiveRequest.ContentReactiveRequest.Content. fromPublisher(org.reactivestreams.Publisher<ContentChunk> publisher, String contentType)static ReactiveRequest.ContentReactiveRequest.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 ContentChunk Modifier and Type Method Description voidBufferingProcessor. onNext(ContentChunk chunk)voidDiscardingProcessor. onNext(ContentChunk chunk)voidPublisherContent. onNext(ContentChunk chunk)voidPublisherRequestContent. onNext(ContentChunk chunk)Method parameters in org.eclipse.jetty.reactive.client.internal with type arguments of type ContentChunk Modifier and Type Method Description protected voidStringContent. onRequest(org.reactivestreams.Subscriber<? super ContentChunk> subscriber, long n)Constructor parameters in org.eclipse.jetty.reactive.client.internal with type arguments of type ContentChunk Constructor Description PublisherContent(org.reactivestreams.Publisher<ContentChunk> publisher, String contentType)ResponseListenerProcessor(ReactiveRequest request, BiFunction<ReactiveResponse,org.reactivestreams.Publisher<ContentChunk>,org.reactivestreams.Publisher<T>> contentFn, boolean abortOnCancel)