Class DiscardingProcessor
java.lang.Object
org.eclipse.jetty.reactive.client.internal.AbstractSinglePublisher<O>
org.eclipse.jetty.reactive.client.internal.AbstractSingleProcessor<ContentChunk,ReactiveResponse>
org.eclipse.jetty.reactive.client.internal.DiscardingProcessor
- All Implemented Interfaces:
org.reactivestreams.Processor<ContentChunk,ReactiveResponse>,org.reactivestreams.Publisher<ReactiveResponse>,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
-
DiscardingProcessor
-
-
Method Details
-
onNext
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceorg.reactivestreams.Subscriber<ContentChunk>- Overrides:
onCompletein classAbstractSingleProcessor<ContentChunk,ReactiveResponse>
-