public final class ByteArrayAsyncResponseHandler<ResponseT> extends Object implements AsyncResponseHandler<ResponseT,ResponseBytes<ResponseT>>
| Constructor and Description |
|---|
ByteArrayAsyncResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onStream(org.reactivestreams.Publisher<ByteBuffer> publisher) |
ResponseBytes<ResponseT> |
transform(ResponseT response) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoBytes, toFile, toFilepublic void onStream(org.reactivestreams.Publisher<ByteBuffer> publisher)
onStream in interface AsyncResponseHandler<ResponseT,ResponseBytes<ResponseT>>public ResponseBytes<ResponseT> transform(ResponseT response)
transform in interface AsyncResponseHandler<ResponseT,ResponseBytes<ResponseT>>Copyright © 2022. All rights reserved.