Uses of Class
io.vertx.mutiny.ext.web.handler.HSTSHandler
Packages that use HSTSHandler
-
Uses of HSTSHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type HSTSHandlerMethods in io.vertx.mutiny.ext.web.handler that return HSTSHandlerModifier and TypeMethodDescriptionstatic HSTSHandlerHSTSHandler.create()Creates a new instance that does not consider the configuration for sub domains.static HSTSHandlerHSTSHandler.create(boolean includeSubDomains) Creates a new instance that shall consider the configuration for sub domains.static HSTSHandlerHSTSHandler.create(long maxAge, boolean includeSubDomains) Creates a new instance that shall consider the configuration for sub domains.static HSTSHandlerHSTSHandler.newInstance(io.vertx.ext.web.handler.HSTSHandler delegate) Creates a new instance of theHSTSHandler.