Uses of Interface
software.amazon.awssdk.crt.http.HttpStreamBaseResponseHandler
Packages that use HttpStreamBaseResponseHandler
-
Uses of HttpStreamBaseResponseHandler in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http with parameters of type HttpStreamBaseResponseHandlerModifier and TypeMethodDescriptionHttp2StreamManager.acquireStream
(Http2Request request, HttpStreamBaseResponseHandler streamHandler) Request a Http2Stream from StreamManager.Http2StreamManager.acquireStream
(HttpRequest request, HttpStreamBaseResponseHandler streamHandler) Http2ClientConnection.makeRequest
(HttpRequestBase request, HttpStreamBaseResponseHandler streamHandler) Schedules an HttpRequest on the Native EventLoop for this HttpClientConnection.HttpClientConnection.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.