Package | Description |
---|---|
software.amazon.awssdk.crt.http |
Modifier and Type | Method and Description |
---|---|
static CompletableFuture<HttpConnection> |
HttpConnection.createConnection(URI uri,
ClientBootstrap bootstrap,
SocketOptions socketOptions,
TlsContext tlsContext)
Creates a new CompletableFuture for a new HttpConnection.
|
static CompletableFuture<HttpConnection> |
HttpConnection.createConnection(URI uri,
ClientBootstrap bootstrap,
SocketOptions socketOptions,
TlsContext tlsContext,
int windowSize)
Creates a new CompletableFuture for a new HttpConnection.
|
Copyright © 2019. All rights reserved.