Uses of Class
software.amazon.awssdk.crt.http.Http2Stream
Packages that use Http2Stream
-
Uses of Http2Stream in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return Http2StreamModifier and TypeMethodDescriptionHttp2ClientConnection.makeRequest(HttpRequestBase request, HttpStreamBaseResponseHandler streamHandler) Schedules an HttpRequest on the Native EventLoop for this HttpClientConnection.Methods in software.amazon.awssdk.crt.http that return types with arguments of type Http2StreamModifier and TypeMethodDescriptionHttp2StreamManager.acquireStream(Http2Request request, HttpStreamBaseResponseHandler streamHandler) Request a Http2Stream from StreamManager.Http2StreamManager.acquireStream(HttpRequest request, HttpStreamBaseResponseHandler streamHandler)