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.BuilderHttp2Configuration. builder()Http2Configuration.BuilderHttp2Configuration.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.BuilderHttp2Configuration.Builder. initialWindowSize(Integer initialWindowSize)Sets initial window size of a stream.Http2Configuration.BuilderHttp2Configuration.Builder. maxStreams(Long maxStreams)Sets the max number of concurrent streams per connection.Http2Configuration.BuilderHttp2Configuration. toBuilder()Method parameters in software.amazon.awssdk.http.nio.netty with type arguments of type Http2Configuration.Builder Modifier and Type Method Description NettyNioAsyncHttpClient.BuilderNettyNioAsyncHttpClient.Builder. http2Configuration(Consumer<Http2Configuration.Builder> http2ConfigurationBuilderConsumer)Set the HTTP/2 specific configuration for this client.
-