Uses of Enum Class
io.helidon.webserver.SniContext.AuthorityCheck
Packages that use SniContext.AuthorityCheck
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of SniContext.AuthorityCheck in io.helidon.webserver
Subclasses with type arguments of type SniContext.AuthorityCheck in io.helidon.webserverMethods in io.helidon.webserver that return SniContext.AuthorityCheckModifier and TypeMethodDescriptionSniContext.checkAuthority(UriAuthority authority) Check whether an already parsedHTTP authorityis allowed by the listener SNI policy.static 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 SniContext.AuthorityCheckReturns the enum constant of this class with the specified name.static SniContext.AuthorityCheck[]SniContext.AuthorityCheck.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.webserver with parameters of type SniContext.AuthorityCheckModifier and TypeMethodDescriptionstatic voidSniRequestSupport.validateAuthorityCheck(SniContext.AuthorityCheck check, HttpPrologue prologue, Headers headers) Validate an already parsed SNI authority check result.