Uses of Interface
io.helidon.webserver.ListenerConfig
Packages that use ListenerConfig
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer SPI.
-
Uses of ListenerConfig in io.helidon.webserver
Classes in io.helidon.webserver with type parameters of type ListenerConfigModifier and TypeClassDescriptionstatic class
ListenerConfig.BuilderBase<BUILDER extends ListenerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ListenerConfig> Fluent API builder base forListenerConfig
.Subinterfaces of ListenerConfig in io.helidon.webserverClasses in io.helidon.webserver that implement ListenerConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.protected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver that return ListenerConfigModifier and TypeMethodDescriptionListenerConfig.Builder.build()
ListenerConfig.Builder.buildPrototype()
ListenerContext.config()
Configuration of this listener.static ListenerConfig
ListenerConfig.create()
Create a new instance with default values.static ListenerConfig
Create a new instance from configuration.Methods in io.helidon.webserver that return types with arguments of type ListenerConfigModifier and TypeMethodDescriptionWebServerConfig.BuilderBase.sockets()
Socket configurations.WebServerConfig.BuilderBase.WebServerConfigImpl.sockets()
Methods in io.helidon.webserver with parameters of type ListenerConfigModifier and TypeMethodDescriptionstatic ListenerConfig.Builder
ListenerConfig.builder
(ListenerConfig instance) Create a new fluent API builder from an existing instance.ListenerConfig.BuilderBase.from
(ListenerConfig prototype) Update this builder from an existing prototype instance.WebServerConfig.BuilderBase.putSocket
(String key, ListenerConfig socket) This method adds a new value to the map, or replaces it if the key already exists.Method parameters in io.helidon.webserver with type arguments of type ListenerConfigModifier and TypeMethodDescriptionWebServerConfig.BuilderBase.addSockets
(Map<? extends String, ? extends ListenerConfig> sockets) This method keeps existing values, then puts all new values into the map.WebServerConfig.BuilderBase.sockets
(Map<? extends String, ? extends ListenerConfig> sockets) This method replaces all values with the new ones. -
Uses of ListenerConfig in io.helidon.webserver.spi
Methods in io.helidon.webserver.spi that return ListenerConfigModifier and TypeMethodDescriptionServerFeature.SocketBuilders.listener()
Configuration of the listener.