Uses of Interface
software.amazon.awssdk.crt.http.HttpStreamResponseHandler
-
Packages that use HttpStreamResponseHandler Package Description software.amazon.awssdk.crt.http -
-
Uses of HttpStreamResponseHandler in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http with parameters of type HttpStreamResponseHandler Modifier and Type Method Description HttpStream
HttpClientConnection. makeRequest(HttpRequest request, HttpStreamResponseHandler streamHandler)
Schedules an HttpRequest on the Native EventLoop for this HttpClientConnection specific to HTTP/1.1 connection.
-