Uses of Class
software.amazon.awssdk.crt.http.HttpClientConnection
-
Packages that use HttpClientConnection Package Description software.amazon.awssdk.crt.http -
-
Uses of HttpClientConnection in software.amazon.awssdk.crt.http
Subclasses of HttpClientConnection in software.amazon.awssdk.crt.http Modifier and Type Class Description class
Http2ClientConnection
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 HttpClientConnection Modifier and Type Method Description CompletableFuture<HttpClientConnection>
HttpClientConnectionManager. acquireConnection()
Request a HttpClientConnection from the Connection Pool.Methods in software.amazon.awssdk.crt.http with parameters of type HttpClientConnection Modifier and Type Method Description void
HttpClientConnectionManager. releaseConnection(HttpClientConnection conn)
Releases this HttpClientConnection back into the Connection Pool, and allows another Request to acquire this connection.
-