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 classListenerConfig.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 classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated 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 ListenerConfigListenerConfig.create()Create a new instance with default values.static ListenerConfigDeprecated.static ListenerConfigCreate 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()WebServerConfig.sockets()Socket configurations.Methods in io.helidon.webserver with parameters of type ListenerConfigModifier and TypeMethodDescriptionstatic ListenerConfig.BuilderListenerConfig.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) Socket configurations.Method parameters in io.helidon.webserver with type arguments of type ListenerConfigModifier and TypeMethodDescriptionWebServerConfig.BuilderBase.addSockets(Map<String, ? extends ListenerConfig> sockets) Socket configurations.WebServerConfig.BuilderBase.sockets(Map<String, ? extends ListenerConfig> sockets) Socket configurations. -
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.
create(io.helidon.config.Config)