Http2StreamManagerOptions |
Http2StreamManagerOptions.withCloseConnectionOnServerError(boolean closeConnectionOnServerError) |
Set to true to inform stream manager to close connection when response with
500/502/503/504 received.
|
Http2StreamManagerOptions |
Http2StreamManagerOptions.withConnectionManagerOptions(HttpClientConnectionManagerOptions connectionManagerOptions) |
Required.
|
Http2StreamManagerOptions |
Http2StreamManagerOptions.withConnectionManualWindowManagement(boolean connectionManualWindowManagement) |
Set to true to manually manage the flow-control window of whole HTTP/2
connection.
|
Http2StreamManagerOptions |
Http2StreamManagerOptions.withConnectionPing(int periodMs,
int timeoutMs) |
Settings to control the period ping to be sent for connections held by stream
manager.
|
Http2StreamManagerOptions |
Http2StreamManagerOptions.withIdealConcurrentStreamsPerConnection(int idealConcurrentStreamsPerConnection) |
For HTTP/2 stream manager only.
|
Http2StreamManagerOptions |
Http2StreamManagerOptions.withInitialSettingsList(List<Http2ConnectionSetting> initialSettingsList) |
For HTTP/2 stream manager only.
|
Http2StreamManagerOptions |
Http2StreamManagerOptions.withMaxConcurrentStreamsPerConnection(int maxConcurrentStreamsPerConnection) |
Default is no limit, which will use the limit from the server.
|
Http2StreamManagerOptions |
Http2StreamManagerOptions.withPriorKnowledge(boolean priorKnowledge) |
Set to true to use prior knowledge to setup connection.
|