Package | Description |
---|---|
io.vertx.ext.web.handler | |
io.vertx.reactivex.ext.web.handler | |
io.vertx.rxjava.ext.web.handler |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CSPHandler |
CSPHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static CSPHandler |
CSPHandler.newInstance(CSPHandler arg) |
Constructor and Description |
---|
CSPHandler(CSPHandler delegate) |
Modifier and Type | Method and Description |
---|---|
CSPHandler |
CSPHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static CSPHandler |
CSPHandler.newInstance(CSPHandler arg) |
Constructor and Description |
---|
CSPHandler(CSPHandler delegate) |
Copyright © 2021 Eclipse. All rights reserved.