public class FileAsyncResponseHandler<ResponseT> extends Object implements AsyncResponseHandler<ResponseT,ResponseT>
| 构造器和说明 |
|---|
FileAsyncResponseHandler(Path path) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 AsyncResponseHandler<ResponseT,ResponseT>Copyright © 2023. All rights reserved.