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