Uses of Interface
software.amazon.awssdk.crt.http.HttpStreamBaseResponseHandler
-
Packages that use HttpStreamBaseResponseHandler Package Description software.amazon.awssdk.crt.http -
-
Uses of HttpStreamBaseResponseHandler in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http with parameters of type HttpStreamBaseResponseHandler Modifier and Type Method Description CompletableFuture<Http2Stream>Http2StreamManager. acquireStream(Http2Request request, HttpStreamBaseResponseHandler streamHandler)Request a Http2Stream from StreamManager.CompletableFuture<Http2Stream>Http2StreamManager. acquireStream(HttpRequest request, HttpStreamBaseResponseHandler streamHandler)Http2StreamHttp2ClientConnection. makeRequest(HttpRequestBase request, HttpStreamBaseResponseHandler streamHandler)Schedules an HttpRequest on the Native EventLoop for this HttpClientConnection.HttpStreamBaseHttpClientConnection. makeRequest(HttpRequestBase request, HttpStreamBaseResponseHandler streamHandler)Schedules an HttpRequestBase on the Native EventLoop for this HttpClientConnection applies to both HTTP/2 and HTTP/1.1 connection.
-