Uses of Interface
io.vertx.ext.web.handler.SecurityPolicyHandler
-
Packages that use SecurityPolicyHandler Package Description io.vertx.ext.web.handler io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of SecurityPolicyHandler in io.vertx.ext.web.handler
Subinterfaces of SecurityPolicyHandler in io.vertx.ext.web.handler Modifier and Type Interface 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>
. -
Uses of SecurityPolicyHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return SecurityPolicyHandler Modifier and Type Method Description SecurityPolicyHandler
SecurityPolicyHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler with parameters of type SecurityPolicyHandler Modifier and Type Method Description static SecurityPolicyHandler
SecurityPolicyHandler. newInstance(SecurityPolicyHandler arg)
-
Uses of SecurityPolicyHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return SecurityPolicyHandler Modifier and Type Method Description SecurityPolicyHandler
SecurityPolicyHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type SecurityPolicyHandler Modifier and Type Method Description static SecurityPolicyHandler
SecurityPolicyHandler. newInstance(SecurityPolicyHandler arg)
-