public interface StreamedAsyncHandler<T> extends AsyncHandler<T>
AsyncHandler.State| Modifier and Type | Method and Description |
|---|---|
AsyncHandler.State |
onStream(org.reactivestreams.Publisher<HttpResponseBodyPart> publisher)
Called when the body is received.
|
onBodyPartReceived, onCompleted, onHeadersReceived, onStatusReceived, onThrowableAsyncHandler.State onStream(org.reactivestreams.Publisher<HttpResponseBodyPart> publisher)
publisher - The publisher of response body parts.Copyright © 2017. All Rights Reserved.