Uses of Class
io.vertx.reactivex.ext.web.handler.CSPHandler
Packages that use CSPHandler
-
Uses of CSPHandler in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler with type parameters of type CSPHandlerModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<CSPHandler> CSPHandler.__TYPE_ARGMethods in io.vertx.reactivex.ext.web.handler that return CSPHandlerModifier and TypeMethodDescriptionCSPHandler.addDirective(String name, String value) Adds a single directive entry to the handler.static CSPHandlerCSPHandler.create()Creates a new instance of the handler.static CSPHandlerCSPHandler.newInstance(CSPHandler arg) CSPHandler.setDirective(String name, String value) Sets a single directive entry to the handler.CSPHandler.setReportOnly(boolean reportOnly) To ease deployment, CSP can be deployed in report-only mode.