Class BufferingProcessor
- java.lang.Object
-
- org.eclipse.jetty.reactive.client.internal.AbstractSinglePublisher<O>
-
- org.eclipse.jetty.reactive.client.internal.AbstractSingleProcessor<ContentChunk,String>
-
- org.eclipse.jetty.reactive.client.internal.BufferingProcessor
-
- All Implemented Interfaces:
org.reactivestreams.Processor<ContentChunk,String>,org.reactivestreams.Publisher<String>,org.reactivestreams.Subscriber<ContentChunk>,org.reactivestreams.Subscription
public class BufferingProcessor extends AbstractSingleProcessor<ContentChunk,String>
-
-
Constructor Summary
Constructors Constructor Description BufferingProcessor(ReactiveResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonComplete()voidonNext(ContentChunk chunk)-
Methods inherited from class org.eclipse.jetty.reactive.client.internal.AbstractSingleProcessor
cancel, downStream, downStreamOnNext, onError, onFailure, onRequest, onSubscribe, toString, upStream, upStreamRequest
-
Methods inherited from class org.eclipse.jetty.reactive.client.internal.AbstractSinglePublisher
cappedAdd, isCancelled, request, subscribe, subscriber
-
-
-
-
Constructor Detail
-
BufferingProcessor
public BufferingProcessor(ReactiveResponse response)
-
-
Method Detail
-
onNext
public void onNext(ContentChunk chunk)
-
onComplete
public void onComplete()
- Specified by:
onCompletein interfaceorg.reactivestreams.Subscriber<ContentChunk>- Overrides:
onCompletein classAbstractSingleProcessor<ContentChunk,String>
-
-