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 voidonComplete()voidonNext(ContentChunk chunk)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, subscriber
-
Constructor Details
-
Method Details
-
onNext
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceorg.reactivestreams.Subscriber<ContentChunk>- Overrides:
onCompletein classAbstractSingleProcessor<ContentChunk,ReactiveResponse>
-