Uses of Interface
io.vertx.ext.web.handler.HSTSHandler
Packages that use HSTSHandler
Package
Description
-
Uses of HSTSHandler in io.vertx.ext.web.handler
Methods in io.vertx.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. -
Uses of HSTSHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return HSTSHandlerMethods in io.vertx.reactivex.ext.web.handler with parameters of type HSTSHandlerConstructors in io.vertx.reactivex.ext.web.handler with parameters of type HSTSHandler -
Uses of HSTSHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return HSTSHandlerMethods in io.vertx.rxjava3.ext.web.handler with parameters of type HSTSHandlerConstructors in io.vertx.rxjava3.ext.web.handler with parameters of type HSTSHandler