public class BufferingProcessor extends AbstractSingleProcessor<ContentChunk,String>
| Constructor and Description |
|---|
BufferingProcessor(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 BufferingProcessor(ReactiveResponse response)
public void onNext(ContentChunk chunk)
public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<ContentChunk>onComplete in class AbstractSingleProcessor<ContentChunk,String>Copyright © 2017–2024 The Jetty Project. All rights reserved.