public interface HttpResponseHandler
| Modifier and Type | Method and Description |
|---|---|
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 © 2022. All rights reserved.