public interface HttpResponseHandler
| 限定符和类型 | 方法和说明 |
|---|---|
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)
Copyright © 2023. All rights reserved.