Package | Description |
---|---|
software.amazon.awssdk.crt.http |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<HttpClientConnection> |
HttpClientConnectionManager.acquireConnection()
Request a HttpClientConnection from the Connection Pool.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpClientConnectionManager.releaseConnection(HttpClientConnection conn)
Releases this HttpClientConnection back into the Connection Pool, and allows another Request to acquire this connection.
|
Copyright © 2020. All rights reserved.