Uses of Class
io.vertx.reactivex.ext.web.handler.HSTSHandler
- 
Packages that use HSTSHandler Package Description io.vertx.reactivex.ext.web.handler 
- 
- 
Uses of HSTSHandler in io.vertx.reactivex.ext.web.handlerFields in io.vertx.reactivex.ext.web.handler with type parameters of type HSTSHandler Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<HSTSHandler>HSTSHandler. __TYPE_ARGMethods in io.vertx.reactivex.ext.web.handler that return HSTSHandler Modifier and Type Method Description static 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(HSTSHandler arg)
 
-