io.helidon.webclient.http2.Http2ClientProtocolConfig
Description
N/A
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
flow-control-block-timeout | Duration | PT15S | Timeout for blocking while waiting for window update when window is depleted |
max-buffered-entity-size | Size | 64 KB | Configure the maximum size allowed for an entity that can be explicitly buffered by the application by calling io.helidon.http.media.ReadableEntity#buffer |
prior-knowledge | Boolean | false | Prior knowledge of HTTP/2 capabilities of the server |
max-frame-size | Integer | 16384 | Configure initial MAX_FRAME_SIZE setting for new HTTP/2 connections |
ping | Boolean | false | Check healthiness of cached connections with HTTP/2.0 ping frame |
ping-timeout | Duration | PT0.5S | Timeout for ping probe used for checking healthiness of cached connections |
name | String | h2 | N/A |
max-header-list-size | Long | -1 | Configure initial MAX_HEADER_LIST_SIZE setting for new HTTP/2 connections |
initial-window-size | Integer | 65535 | Configure INITIAL_WINDOW_SIZE setting for new HTTP/2 connections |
See the manifest for all available types.