| Package | Description | 
|---|---|
| io.vertx.rxjava.ext.web.handler | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<CSPHandler> | 
CSPHandler.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
CSPHandler | 
CSPHandler.addDirective(String name,
            String value)
Adds a single directive entry to the handler. 
 | 
static CSPHandler | 
CSPHandler.create()
Creates a new instance of the handler. 
 | 
static CSPHandler | 
CSPHandler.newInstance(CSPHandler arg)  | 
CSPHandler | 
CSPHandler.setDirective(String name,
            String value)
Sets a single directive entry to the handler. 
 | 
CSPHandler | 
CSPHandler.setReportOnly(boolean reportOnly)
To ease deployment, CSP can be deployed in report-only mode. 
 | 
Copyright © 2021 Eclipse. All rights reserved.