Uses of Interface
io.helidon.http.http2.Http2Setting
-
Uses of Http2Setting in io.helidon.http.http2
Modifier and TypeFieldDescriptionstatic final Http2Setting
<Boolean> Http2Setting.ENABLE_PUSH
Setting to enable or disable push.static final Http2Setting
<Long> Http2Setting.HEADER_TABLE_SIZE
Setting for header table size.static final Http2Setting
<Long> Http2Setting.INITIAL_WINDOW_SIZE
Setting to define initial window size.static final Http2Setting
<Long> Http2Setting.MAX_CONCURRENT_STREAMS
Setting to define maximal number of open streams.static final Http2Setting
<Long> Http2Setting.MAX_FRAME_SIZE
Setting to define maximal frame size.static final Http2Setting
<Long> Http2Setting.MAX_HEADER_LIST_SIZE
Setting to define maximal header list size.Modifier and TypeFieldDescriptionstatic final Map
<Integer, Http2Setting<?>> Http2Setting.BY_ID
Settings mapped by setting identifier.Modifier and TypeMethodDescriptionHttp2Settings.Builder.add
(Http2Setting<T> settingType, T settingValue) Add a setting to these settings.boolean
Http2Settings.hasValue
(Http2Setting<?> setting) Is there a value in these settings for the provided setting.<T> Optional
<T> Http2Settings.presentValue
(Http2Setting<T> setting) Value of a setting if present in these settings.<T> T
Http2Settings.value
(Http2Setting<T> setting) Value of a setting.