Uses of Class
software.amazon.awssdk.crt.http.HttpClientConnection
Packages that use HttpClientConnection
-
Uses of HttpClientConnection in software.amazon.awssdk.crt.http
Subclasses of HttpClientConnection in software.amazon.awssdk.crt.httpModifier and TypeClassDescriptionclass
This class wraps aws-c-http to provide the basic HTTP/2 request/response functionality via the AWS Common Runtime.Methods in software.amazon.awssdk.crt.http that return types with arguments of type HttpClientConnectionModifier and TypeMethodDescriptionHttpClientConnectionManager.acquireConnection()
Request a HttpClientConnection from the Connection Pool.Methods in software.amazon.awssdk.crt.http with parameters of type HttpClientConnectionModifier and TypeMethodDescriptionvoid
HttpClientConnectionManager.releaseConnection
(HttpClientConnection conn) Releases this HttpClientConnection back into the Connection Pool, and allows another Request to acquire this connection.