Uses of Class
io.vertx.mutiny.ext.web.handler.HSTSHandler
-
Packages that use HSTSHandler Package Description io.vertx.mutiny.ext.web.handler -
-
Uses of HSTSHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type HSTSHandler Modifier and Type Field Description static TypeArg<HSTSHandler>
HSTSHandler. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.handler that return HSTSHandler Modifier and Type Method Description static HSTSHandler
HSTSHandler. create()
static HSTSHandler
HSTSHandler. create(boolean includeSubDomains)
static HSTSHandler
HSTSHandler. create(long maxAge, boolean includeSubDomains)
static HSTSHandler
HSTSHandler. newInstance(io.vertx.ext.web.handler.HSTSHandler arg)
-