Class BufferingProcessor
java.lang.Object
org.eclipse.jetty.reactive.client.internal.AbstractSinglePublisher<String>
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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.reactive.client.internal.AbstractSingleProcessor
cancel, downStream, downStreamOnNext, onError, onFailure, onRequest, onSubscribe, toString, upStream, upStreamRequestMethods inherited from class org.eclipse.jetty.reactive.client.internal.AbstractSinglePublisher
isCancelled, request, subscribe, subscriberMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.reactivestreams.Publisher
subscribe
-
Constructor Details
-
BufferingProcessor
-
-
Method Details
-
onNext
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceorg.reactivestreams.Subscriber<ContentChunk>- Overrides:
onCompletein classAbstractSingleProcessor<ContentChunk,String>
-