Uses of Interface
software.amazon.awssdk.http.nio.netty.Http2Configuration.Builder
-
Packages that use Http2Configuration.Builder Package Description software.amazon.awssdk.http.nio.netty -
-
Uses of Http2Configuration.Builder in software.amazon.awssdk.http.nio.netty
Methods in software.amazon.awssdk.http.nio.netty that return Http2Configuration.Builder Modifier and Type Method Description static Http2Configuration.Builder
Http2Configuration. builder()
Http2Configuration.Builder
Http2Configuration.Builder. healthCheckPingPeriod(Duration healthCheckPingPeriod)
Sets the period that the Netty client will sendPING
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()
Method parameters in software.amazon.awssdk.http.nio.netty with type arguments of type Http2Configuration.Builder Modifier and Type Method Description NettyNioAsyncHttpClient.Builder
NettyNioAsyncHttpClient.Builder. http2Configuration(Consumer<Http2Configuration.Builder> http2ConfigurationBuilderConsumer)
Set the HTTP/2 specific configuration for this client.
-