Module io.helidon.webserver.http2
Package io.helidon.webserver.http2
Class Http2Config.BuilderBase.Http2ConfigImpl
java.lang.Object
io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
- All Implemented Interfaces:
Prototype.Api
,NamedService
,Http2Config
,ProtocolConfig
- Enclosing class:
Http2Config.BuilderBase<BUILDER extends Http2Config.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Http2Config>
protected static class Http2Config.BuilderBase.Http2ConfigImpl
extends Object
implements Http2Config
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.webserver.http2.Http2Config
Http2Config.Builder, Http2Config.BuilderBase<BUILDER extends Http2Config.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Http2Config> -
Constructor Summary
ModifierConstructorDescriptionprotected
Http2ConfigImpl
(Http2Config.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
Http2ConfigImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
maxFrameSize
public int maxFrameSize() -
maxHeaderListSize
public long maxHeaderListSize() -
maxConcurrentStreams
public long maxConcurrentStreams() -
initialWindowSize
public int initialWindowSize() -
flowControlTimeout
-
sendErrorDetails
public boolean sendErrorDetails() -
rapidResetCheckPeriod
-
maxRapidResets
public int maxRapidResets() -
maxEmptyFrames
public int maxEmptyFrames() -
validatePath
public boolean validatePath() -
requestedUriDiscovery
-
name
Description copied from interface:NamedService
Name of this implementation, as provided inConfiguredProvider.create(Config, String)
.- Specified by:
name
in interfaceNamedService
- Returns:
- name of this service
-
toString
-
equals
-
hashCode
public int hashCode() -
type
Protocol configuration type.- Specified by:
type
in interfaceNamedService
- Returns:
- type of this configuration
-