Uses of Class
io.helidon.webserver.ConnectionConfig.Builder
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of ConnectionConfig.Builder in io.helidon.webserver
Modifier and TypeMethodDescriptionstatic ConnectionConfig.Builder
ConnectionConfig.builder()
Create a new fluent API builder to customize configuration.static ConnectionConfig.Builder
ConnectionConfig.builder
(ConnectionConfig instance) Create a new fluent API builder from an existing instance.Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.connectionConfig
(Consumer<ConnectionConfig.Builder> consumer) Configuration of a connection (established from client against our server).