Uses of Interface
io.helidon.webserver.SniContext
Packages that use SniContext
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of SniContext in io.helidon.webserver
Methods in io.helidon.webserver that return SniContextModifier and TypeMethodDescriptionListenerTlsContext.Selection.sniContext()Selected SNI context.Methods in io.helidon.webserver that return types with arguments of type SniContextModifier and TypeMethodDescriptiondefault Optional<SniContext> ConnectionContext.sniContext()Listener SNI context for this connection.Methods in io.helidon.webserver with parameters of type SniContextModifier and TypeMethodDescriptionstatic SniContext.AuthorityCheckSniRequestSupport.checkAuthority(SniContext sniContext, UriAuthority authority) Check an already parsedHTTP authorityagainst the connection SNI context.static SniContext.AuthorityCheckSniRequestSupport.checkAuthority(SniContext sniContext, String authority) Check an HTTP authority against the connection SNI context.static ListenerTlsContext.SelectionListenerTlsContext.Selection.create(Tls tls, SniContext sniContext) Create a new selection.static voidSniRequestSupport.validateAuthority(SniContext sniContext, HttpPrologue prologue, Headers headers, UriAuthority authority) Validate an already parsedHTTP authorityagainst the connection SNI context.static voidSniRequestSupport.validateAuthority(SniContext sniContext, HttpPrologue prologue, Headers headers, String authority) Validate an HTTP authority against the connection SNI context.