| Package | Description |
|---|---|
| software.amazon.awssdk.http.nio.netty |
| Modifier and Type | Method and Description |
|---|---|
static Http2Configuration.Builder |
Http2Configuration.builder() |
Http2Configuration.Builder |
Http2Configuration.Builder.healthCheckPingPeriod(Duration healthCheckPingPeriod)
Sets the period that the Netty client will send
PING frames to the remote endpoint to check the
health of the connection. |
Http2Configuration.Builder |
Http2Configuration.Builder.initialWindowSize(Integer initialWindowSize)
Sets initial window size of a stream.
|
Http2Configuration.Builder |
Http2Configuration.Builder.maxStreams(Long maxStreams)
Sets the max number of concurrent streams per connection.
|
Http2Configuration.Builder |
Http2Configuration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
NettyNioAsyncHttpClient.Builder |
NettyNioAsyncHttpClient.Builder.http2Configuration(Consumer<Http2Configuration.Builder> http2ConfigurationBuilderConsumer)
Set the HTTP/2 specific configuration for this client.
|
Copyright © 2021. All rights reserved.