public interface HttpResponseHandler
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onError(Throwable throwable) |
void |
onStream(org.reactivestreams.Publisher<ByteBuffer> publisher,
int httpStatusCode,
HttpHeaders headers)
Called when the response stream is ready.
|
void onStream(org.reactivestreams.Publisher<ByteBuffer> publisher, int httpStatusCode, HttpHeaders headers)
void onError(Throwable throwable)
Copyright © 2024. All rights reserved.