Interface SecurityPolicyHandler
- All Superinterfaces:
Handler<RoutingContext>, io.vertx.lang.rx.RxDelegate
- All Known Implementing Classes:
CorsHandler, CSPHandler, HSTSHandler, XFrameHandler
Base security policy interface for handlers that provide HTTP security related headers.
Sub-interfaces help you secure your applications by setting various HTTP headers. It's not a silver bullet, but it can help!
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(RoutingContext event) Something has happened, so handle it.static SecurityPolicyHandler
-
Method Details
-
getDelegate
SecurityPolicyHandler getDelegate()- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
handle
Something has happened, so handle it.- Specified by:
handlein interfaceHandler<RoutingContext>- Parameters:
event- the event to handle
-
newInstance
-