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
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.
-