Uses of Class
software.amazon.awssdk.crt.http.Http2ConnectionSetting
-
Packages that use Http2ConnectionSetting Package Description software.amazon.awssdk.crt.http -
-
Uses of Http2ConnectionSetting in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return types with arguments of type Http2ConnectionSetting Modifier and Type Method Description List<Http2ConnectionSetting>
Http2ConnectionSettingListBuilder. build()
List<Http2ConnectionSetting>
Http2StreamManagerOptions. getInitialSettingsList()
Methods in software.amazon.awssdk.crt.http with parameters of type Http2ConnectionSetting Modifier and Type Method Description Http2ConnectionSettingListBuilder
Http2ConnectionSettingListBuilder. addSetting(Http2ConnectionSetting setting)
Method parameters in software.amazon.awssdk.crt.http with type arguments of type Http2ConnectionSetting Modifier and Type Method Description CompletableFuture<Void>
Http2ClientConnection. updateSettings(List<Http2ConnectionSetting> settings)
Send a SETTINGS frame.Http2StreamManagerOptions
Http2StreamManagerOptions. withInitialSettingsList(List<Http2ConnectionSetting> initialSettingsList)
For HTTP/2 stream manager only.
-