Uses of Interface
io.helidon.webserver.ConnectionConfig
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of ConnectionConfig 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 TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionConnectionConfig.Builder.build()
ConnectionConfig.Builder.buildPrototype()
static ConnectionConfig
ConnectionConfig.create()
Create a new instance with default values.static ConnectionConfig
Create a new instance from configuration.Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.connectionConfig()
Configuration of a connection (established from client against our server).ListenerConfig.BuilderBase.ListenerConfigImpl.connectionConfig()
Modifier and TypeMethodDescriptionstatic ConnectionConfig.Builder
ConnectionConfig.builder
(ConnectionConfig instance) Create a new fluent API builder from an existing instance.ListenerConfig.BuilderBase.connectionConfig
(ConnectionConfig connectionConfig) Configuration of a connection (established from client against our server).ConnectionConfig.BuilderBase.from
(ConnectionConfig prototype) Update this builder from an existing prototype instance.