Uses of Class
software.amazon.awssdk.crt.http.HttpStream
Packages that use HttpStream
-
Uses of HttpStream in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return HttpStreamModifier and TypeMethodDescriptionHttpClientConnection.makeRequest(HttpRequest request, HttpStreamResponseHandler streamHandler) Schedules an HttpRequest on the Native EventLoop for this HttpClientConnection specific to HTTP/1.1 connection.Methods in software.amazon.awssdk.crt.http with parameters of type HttpStreamModifier and TypeMethodDescriptiondefault voidHttpStreamResponseHandler.onMetrics(HttpStream stream, HttpStreamMetrics metrics) Called right before stream is complete, whether successful or unsuccessful.default intHttpStreamResponseHandler.onResponseBody(HttpStream stream, byte[] bodyBytesIn) Called when new Response Body bytes have been received.voidHttpStreamResponseHandler.onResponseComplete(HttpStream stream, int errorCode) Called from Native when the Response has completed.voidHttpStreamResponseHandler.onResponseHeaders(HttpStream stream, int responseStatusCode, int blockType, HttpHeader[] nextHeaders) Called from Native when new Http Headers have been received.default voidHttpStreamResponseHandler.onResponseHeadersDone(HttpStream stream, int blockType) Called from Native once all HTTP Headers are processed.