Uses of Interface
io.helidon.webserver.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
Modifier and TypeClassDescriptionstatic class
ListenerConfig.BuilderBase<BUILDER extends ListenerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ListenerConfig> Fluent API builder base forListenerConfig
.Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionWebServerConfig.BuilderBase.sockets()
Socket configurations.WebServerConfig.BuilderBase.WebServerConfigImpl.sockets()
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionServerFeature.SocketBuilders.listener()
Configuration of the listener.