public class DiscardingProcessor extends AbstractSingleProcessor<ContentChunk,ReactiveResponse>
| Constructor | Description |
|---|---|
DiscardingProcessor(ReactiveResponse response) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
onComplete() |
|
void |
onNext(ContentChunk chunk) |
cancel, downStream, onError, onFailure, onRequest, onSubscribe, upStreamrequest, subscribe, subscriberpublic DiscardingProcessor(ReactiveResponse response)
public void onNext(ContentChunk chunk)
public void onComplete()
onComplete in class AbstractSingleProcessor<ContentChunk,ReactiveResponse>Copyright © 2017 The Jetty Project. All rights reserved.