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
public class DiscardingProcessor extends AbstractSingleProcessor<ContentChunk,ReactiveResponse>
-
Constructor Summary
Constructors Constructor Description DiscardingProcessor(ReactiveResponse response)
-
Method Summary
Modifier and Type Method Description void
onComplete()
void
onNext(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
isCancelled, request, subscribe, subscriber
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.reactivestreams.Publisher
subscribe
-
Constructor Details
-
DiscardingProcessor
-
-
Method Details
-
onNext
-
onComplete
public void onComplete()- Specified by:
onComplete
in interfaceorg.reactivestreams.Subscriber<ContentChunk>
- Overrides:
onComplete
in classAbstractSingleProcessor<ContentChunk,ReactiveResponse>
-