public class DiscardingProcessor extends AbstractSingleProcessor<ContentChunk,ReactiveResponse>
| Constructor and Description |
|---|
DiscardingProcessor(ReactiveResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onNext(ContentChunk chunk) |
cancel, downStream, downStreamOnNext, onError, onFailure, onRequest, onSubscribe, toString, upStream, upStreamRequestisCancelled, request, subscribe, subscriberpublic DiscardingProcessor(ReactiveResponse response)
public void onNext(ContentChunk chunk)
public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<ContentChunk>onComplete in class AbstractSingleProcessor<ContentChunk,ReactiveResponse>Copyright © 2017–2024 The Jetty Project. All rights reserved.