Uses of Interface
io.helidon.webserver.VirtualHostConfig
Packages that use VirtualHostConfig
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of VirtualHostConfig in io.helidon.webserver
Classes in io.helidon.webserver with type parameters of type VirtualHostConfigModifier and TypeClassDescriptionstatic classVirtualHostConfig.BuilderBase<BUILDER extends VirtualHostConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends VirtualHostConfig>Fluent API builder base forVirtualHostConfig.Classes in io.helidon.webserver that implement VirtualHostConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type VirtualHostConfig in io.helidon.webserverClasses in io.helidon.webserver that implement interfaces with type arguments of type VirtualHostConfigMethods in io.helidon.webserver that return VirtualHostConfigModifier and TypeMethodDescriptionVirtualHostConfig.Builder.build()Create an instance from this builder.VirtualHostConfig.Builder.buildPrototype()Create an instance of the prototype.static VirtualHostConfigCreate a new instance from configuration.Methods in io.helidon.webserver that return types with arguments of type VirtualHostConfigModifier and TypeMethodDescriptionListenerConfig.BuilderBase.ListenerConfigImpl.virtualHosts()ListenerConfig.BuilderBase.virtualHosts()Listener TLS virtual hosts selected by SNI; requires listener TLS and NIO socket-channel transport (use-nio=true).ListenerConfig.virtualHosts()Listener TLS virtual hosts selected by SNI; requires listener TLS and NIO socket-channel transport (use-nio=true).Methods in io.helidon.webserver with parameters of type VirtualHostConfigModifier and TypeMethodDescriptionListenerConfig.BuilderBase.addVirtualHost(VirtualHostConfig virtualHost) Listener TLS virtual hosts selected by SNI; requires listener TLS and NIO socket-channel transport (use-nio=true).static VirtualHostConfig.BuilderVirtualHostConfig.builder(VirtualHostConfig instance) Create a new fluent API builder from an existing instance.VirtualHostConfig.BuilderBase.from(VirtualHostConfig prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.webserver with type arguments of type VirtualHostConfigModifier and TypeMethodDescriptionListenerConfig.BuilderBase.addVirtualHosts(List<? extends VirtualHostConfig> virtualHosts) Listener TLS virtual hosts selected by SNI; requires listener TLS and NIO socket-channel transport (use-nio=true).ListenerConfig.BuilderBase.virtualHosts(List<? extends VirtualHostConfig> virtualHosts) Listener TLS virtual hosts selected by SNI; requires listener TLS and NIO socket-channel transport (use-nio=true).