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