Uses of Interface
io.helidon.webserver.ConnectionConfig
Packages that use 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
Classes in io.helidon.webserver with type parameters of type ConnectionConfigModifier and TypeClassDescriptionstatic class
ConnectionConfig.BuilderBase<BUILDER extends ConnectionConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ConnectionConfig> Fluent API builder base forConnectionConfig
.Classes in io.helidon.webserver that implement ConnectionConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver that return ConnectionConfigModifier 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.Methods in io.helidon.webserver that return types with arguments of type ConnectionConfigModifier and TypeMethodDescriptionListenerConfig.BuilderBase.connectionConfig()
Configuration of a connection (established from client against our server).ListenerConfig.BuilderBase.ListenerConfigImpl.connectionConfig()
Methods in io.helidon.webserver with parameters of type ConnectionConfigModifier 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.