Package | Description |
---|---|
software.amazon.awssdk.crt.http |
Modifier and Type | Method and Description |
---|---|
HttpStream |
HttpClientConnection.makeRequest(HttpRequest request,
HttpStreamResponseHandler streamHandler)
Schedules an HttpRequest on the Native EventLoop for this HttpClientConnection.
|
Modifier and Type | Method and Description |
---|---|
default int |
HttpStreamResponseHandler.onResponseBody(HttpStream stream,
byte[] bodyBytesIn)
Called when new Response Body bytes have been received.
|
void |
HttpStreamResponseHandler.onResponseComplete(HttpStream stream,
int errorCode)
Called from Native when the Response has completed.
|
void |
HttpStreamResponseHandler.onResponseHeaders(HttpStream stream,
int responseStatusCode,
int blockType,
HttpHeader[] nextHeaders)
Called from Native when new Http Headers have been received.
|
default void |
HttpStreamResponseHandler.onResponseHeadersDone(HttpStream stream,
int blockType)
Called from Native once all HTTP Headers are processed.
|
Copyright © 2021. All rights reserved.