Uses of Class
io.helidon.webserver.ListenerConfig.Builder
Packages that use ListenerConfig.Builder
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of ListenerConfig.Builder in io.helidon.webserver
Methods in io.helidon.webserver that return ListenerConfig.BuilderModifier and TypeMethodDescriptionstatic ListenerConfig.BuilderListenerConfig.builder()Create a new fluent API builder to customize configuration.static ListenerConfig.BuilderListenerConfig.builder(ListenerConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webserver with type arguments of type ListenerConfig.BuilderModifier and TypeMethodDescriptionWebServerConfig.BuilderBase.putSocket(String key, Consumer<ListenerConfig.Builder> consumer) This method adds a new value to the map, or replaces it if the key already exists.