Uses of Class
io.helidon.webserver.ConnectionConfig.BuilderBase
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of ConnectionConfig.BuilderBase in io.helidon.webserver
Modifier and TypeClassDescriptionstatic class
ConnectionConfig.BuilderBase<BUILDER extends ConnectionConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ConnectionConfig> Fluent API builder base forConnectionConfig
.Modifier and TypeMethodDescriptionConnectionConfig.BuilderBase.from
(ConnectionConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.ModifierConstructorDescriptionprotected
ConnectionConfigImpl
(ConnectionConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.