java.lang.Object
io.helidon.http.http2.Http2Settings.Builder
- All Implemented Interfaces:
- Builder<Http2Settings.Builder,,- Http2Settings> - Supplier<Http2Settings>
- Enclosing class:
- Http2Settings
public static class Http2Settings.Builder
extends Object
implements Builder<Http2Settings.Builder,Http2Settings> 
Fluent API builder for 
Http2Settings.- 
Method SummaryModifier and TypeMethodDescriptionadd(Http2Setting<T> settingType, T settingValue) Add a setting to these settings.build()Build the instance from this builder.
- 
Method Details- 
buildDescription copied from interface:BuilderBuild the instance from this builder.- Specified by:
- buildin interface- Builder<Http2Settings.Builder,- Http2Settings> 
- Returns:
- instance of the built type
 
- 
addAdd a setting to these settings.- Type Parameters:
- T- value type
- Parameters:
- settingType- type of setting
- settingValue- value of setting
- Returns:
- updated builder
 
 
-