Class Http2Configuration
java.lang.Object
software.amazon.awssdk.http.nio.netty.Http2Configuration
- All Implemented Interfaces:
 ToCopyableBuilder<Http2Configuration.Builder,Http2Configuration> 
public final class Http2Configuration
extends Object
implements ToCopyableBuilder<Http2Configuration.Builder,Http2Configuration> 
Configuration specific to HTTP/2 connections.
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic Http2Configuration.Builderbuilder()booleaninthashCode()Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
maxStreams
- Returns:
 - The maximum number of streams to be created per HTTP/2 connection.
 
 - 
initialWindowSize
- Returns:
 - The initial window size for an HTTP/2 stream.
 
 - 
healthCheckPingPeriod
- Returns:
 - The health check period for an HTTP/2 connection.
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<Http2Configuration.Builder,Http2Configuration> - Returns:
 - a builder for type T
 
 - 
equals
 - 
hashCode
 - 
builder
 
 -