Uses of Interface
io.vertx.ext.web.handler.HSTSHandler
-
Packages that use HSTSHandler Package Description io.vertx.ext.web.handler io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of HSTSHandler in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return HSTSHandler Modifier and Type Method Description static HSTSHandler
HSTSHandler. create()
Creates a new instance that does not consider the configuration for sub domains.static HSTSHandler
HSTSHandler. create(boolean includeSubDomains)
Creates a new instance that shall consider the configuration for sub domains.static HSTSHandler
HSTSHandler. 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 HSTSHandler Modifier and Type Method Description HSTSHandler
HSTSHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler with parameters of type HSTSHandler Modifier and Type Method Description static HSTSHandler
HSTSHandler. newInstance(HSTSHandler arg)
Constructors in io.vertx.reactivex.ext.web.handler with parameters of type HSTSHandler Constructor Description HSTSHandler(HSTSHandler delegate)
-
Uses of HSTSHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return HSTSHandler Modifier and Type Method Description HSTSHandler
HSTSHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type HSTSHandler Modifier and Type Method Description static HSTSHandler
HSTSHandler. newInstance(HSTSHandler arg)
Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type HSTSHandler Constructor Description HSTSHandler(HSTSHandler delegate)
-