Uses of Interface
io.helidon.webserver.SniConfig
Packages that use SniConfig
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of SniConfig in io.helidon.webserver
Classes in io.helidon.webserver with type parameters of type SniConfigModifier and TypeClassDescriptionstatic classSniConfig.BuilderBase<BUILDER extends SniConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends SniConfig>Fluent API builder base forSniConfig.Classes in io.helidon.webserver that implement SniConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type SniConfig in io.helidon.webserverClasses in io.helidon.webserver that implement interfaces with type arguments of type SniConfigMethods in io.helidon.webserver that return SniConfigModifier and TypeMethodDescriptionSniConfig.Builder.build()Create an instance from this builder.SniConfig.Builder.buildPrototype()Create an instance of the prototype.static SniConfigSniConfig.create()Create a new instance with default values.static SniConfigCreate a new instance from configuration.ListenerConfig.BuilderBase.ListenerConfigImpl.sni()ListenerConfig.BuilderBase.sni()Listener-scoped server TLS SNI policy.ListenerConfig.sni()Listener-scoped server TLS SNI policy.Methods in io.helidon.webserver with parameters of type SniConfigModifier and TypeMethodDescriptionstatic SniConfig.BuilderCreate a new fluent API builder from an existing instance.Update this builder from an existing prototype instance.Listener-scoped server TLS SNI policy.Method parameters in io.helidon.webserver with type arguments of type SniConfig