Package | Description |
---|---|
io.vertx.ext.web.handler | |
io.vertx.reactivex.ext.web.handler | |
io.vertx.rxjava.ext.web.handler | |
io.vertx.rxjava3.ext.web.handler |
Modifier and Type | Interface and Description |
---|---|
interface |
CorsHandler
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.
|
interface |
CSPHandler
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of
attacks, including Cross Site Scripting (XSS) and data injection attacks.
|
interface |
HSTSHandler
HTTP Strict Transport Security (HSTS) RFC6797.
|
interface |
XFrameHandler
The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render
a page in a
<frame> , <iframe> , <embed> or <object> . |
Modifier and Type | Method and Description |
---|---|
SecurityPolicyHandler |
SecurityPolicyHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static SecurityPolicyHandler |
SecurityPolicyHandler.newInstance(SecurityPolicyHandler arg) |
Modifier and Type | Method and Description |
---|---|
SecurityPolicyHandler |
SecurityPolicyHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static SecurityPolicyHandler |
SecurityPolicyHandler.newInstance(SecurityPolicyHandler arg) |
Modifier and Type | Method and Description |
---|---|
SecurityPolicyHandler |
SecurityPolicyHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static SecurityPolicyHandler |
SecurityPolicyHandler.newInstance(SecurityPolicyHandler arg) |
Copyright © 2023 Eclipse. All rights reserved.