Module io.helidon.webserver
Package io.helidon.webserver.http1
Class Http1ConnectionSelectorConfig.BuilderBase.Http1ConnectionSelectorConfigImpl
java.lang.Object
io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase.Http1ConnectionSelectorConfigImpl
- All Implemented Interfaces:
Prototype.Api
,Prototype.Factory<Http1ConnectionSelector>
,Http1ConnectionSelectorConfig
,Supplier<Http1ConnectionSelector>
- Enclosing class:
Http1ConnectionSelectorConfig.BuilderBase<BUILDER extends Http1ConnectionSelectorConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Http1ConnectionSelectorConfig>
protected static class Http1ConnectionSelectorConfig.BuilderBase.Http1ConnectionSelectorConfigImpl
extends Object
implements Http1ConnectionSelectorConfig, Supplier<Http1ConnectionSelector>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.webserver.http1.Http1ConnectionSelectorConfig
Http1ConnectionSelectorConfig.Builder, Http1ConnectionSelectorConfig.BuilderBase<BUILDER extends Http1ConnectionSelectorConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Http1ConnectionSelectorConfig> -
Constructor Summary
ModifierConstructorDescriptionprotected
Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
Http1ConnectionSelectorConfigImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
build
Description copied from interface:Prototype.Factory
Create a new instance of the runtime type from this config object.- Specified by:
build
in interfacePrototype.Factory<Http1ConnectionSelector>
- Returns:
- new configured runtime instance
-
get
- Specified by:
get
in interfaceSupplier<Http1ConnectionSelector>
-
upgraders
-
config
-
toString
-
equals
-
hashCode
public int hashCode()
-