public final class AwsCrtAsyncHttpStreamAdapter extends Object implements software.amazon.awssdk.crt.http.HttpStreamResponseHandler, software.amazon.awssdk.crt.http.HttpRequestBodyStream
| Constructor and Description |
|---|
AwsCrtAsyncHttpStreamAdapter(software.amazon.awssdk.crt.http.HttpClientConnection connection,
CompletableFuture<Void> responseComplete,
AsyncExecuteRequest sdkRequest,
int windowSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
onResponseBody(software.amazon.awssdk.crt.http.HttpStream stream,
byte[] bodyBytesIn) |
void |
onResponseComplete(software.amazon.awssdk.crt.http.HttpStream stream,
int errorCode) |
void |
onResponseHeaders(software.amazon.awssdk.crt.http.HttpStream stream,
int responseStatusCode,
int blockType,
software.amazon.awssdk.crt.http.HttpHeader[] nextHeaders) |
void |
onResponseHeadersDone(software.amazon.awssdk.crt.http.HttpStream stream,
int headerType) |
boolean |
sendRequestBody(ByteBuffer bodyBytesOut) |
public AwsCrtAsyncHttpStreamAdapter(software.amazon.awssdk.crt.http.HttpClientConnection connection,
CompletableFuture<Void> responseComplete,
AsyncExecuteRequest sdkRequest,
int windowSize)
public void onResponseHeaders(software.amazon.awssdk.crt.http.HttpStream stream,
int responseStatusCode,
int blockType,
software.amazon.awssdk.crt.http.HttpHeader[] nextHeaders)
onResponseHeaders in interface software.amazon.awssdk.crt.http.HttpStreamResponseHandlerpublic void onResponseHeadersDone(software.amazon.awssdk.crt.http.HttpStream stream,
int headerType)
onResponseHeadersDone in interface software.amazon.awssdk.crt.http.HttpStreamResponseHandlerpublic int onResponseBody(software.amazon.awssdk.crt.http.HttpStream stream,
byte[] bodyBytesIn)
onResponseBody in interface software.amazon.awssdk.crt.http.HttpStreamResponseHandlerpublic void onResponseComplete(software.amazon.awssdk.crt.http.HttpStream stream,
int errorCode)
onResponseComplete in interface software.amazon.awssdk.crt.http.HttpStreamResponseHandlerpublic boolean sendRequestBody(ByteBuffer bodyBytesOut)
sendRequestBody in interface software.amazon.awssdk.crt.http.HttpRequestBodyStreamCopyright © 2021. All rights reserved.