Uses of Interface
software.amazon.awssdk.http.nio.netty.Http2Configuration.Builder
Packages that use Http2Configuration.Builder
-
Uses of Http2Configuration.Builder in software.amazon.awssdk.http.nio.netty
Methods in software.amazon.awssdk.http.nio.netty that return Http2Configuration.BuilderModifier and TypeMethodDescriptionstatic Http2Configuration.BuilderHttp2Configuration.builder()Http2Configuration.Builder.healthCheckPingPeriod(Duration healthCheckPingPeriod) Sets the period that the Netty client will sendPINGframes to the remote endpoint to check the health of the connection.Http2Configuration.Builder.initialWindowSize(Integer initialWindowSize) Sets initial window size of a stream.Http2Configuration.Builder.maxStreams(Long maxStreams) Sets the max number of concurrent streams per connection.Http2Configuration.toBuilder()Method parameters in software.amazon.awssdk.http.nio.netty with type arguments of type Http2Configuration.BuilderModifier and TypeMethodDescriptionNettyNioAsyncHttpClient.Builder.http2Configuration(Consumer<Http2Configuration.Builder> http2ConfigurationBuilderConsumer) Set the HTTP/2 specific configuration for this client.