Uses of Class
software.amazon.awssdk.crt.http.Http2StreamManagerOptions
Packages that use Http2StreamManagerOptions
-
Uses of Http2StreamManagerOptions in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return Http2StreamManagerOptionsModifier and TypeMethodDescriptionHttp2StreamManagerOptions.withCloseConnectionOnServerError(boolean closeConnectionOnServerError) Set to true to inform stream manager to close connection when response with 500/502/503/504 received.Http2StreamManagerOptions.withConnectionManagerOptions(HttpClientConnectionManagerOptions connectionManagerOptions) Required.Http2StreamManagerOptions.withConnectionManualWindowManagement(boolean connectionManualWindowManagement) Set to true to manually manage the flow-control window of whole HTTP/2 connection.Http2StreamManagerOptions.withConnectionPing(int periodMs, int timeoutMs) Settings to control the period ping to be sent for connections held by stream manager.Http2StreamManagerOptions.withIdealConcurrentStreamsPerConnection(int idealConcurrentStreamsPerConnection) For HTTP/2 stream manager only.Http2StreamManagerOptions.withInitialSettingsList(List<Http2ConnectionSetting> initialSettingsList) For HTTP/2 stream manager only.Http2StreamManagerOptions.withMaxConcurrentStreamsPerConnection(int maxConcurrentStreamsPerConnection) Default is no limit, which will use the limit from the server.Http2StreamManagerOptions.withPriorKnowledge(boolean priorKnowledge) Set to true to use prior knowledge to setup connection.Methods in software.amazon.awssdk.crt.http with parameters of type Http2StreamManagerOptionsModifier and TypeMethodDescriptionstatic Http2StreamManagerHttp2StreamManager.create(Http2StreamManagerOptions options) Factory function for Http2StreamManager instances