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