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