public interface SecurityPolicyHandler extends Handler<RoutingContext>
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.| Modifier and Type | Method and Description | 
|---|---|
| SecurityPolicyHandler | getDelegate() | 
| void | handle(RoutingContext event)Something has happened, so handle it. | 
| static SecurityPolicyHandler | newInstance(SecurityPolicyHandler arg) | 
SecurityPolicyHandler getDelegate()
void handle(RoutingContext event)
handle in interface Handler<RoutingContext>event - the event to handlestatic SecurityPolicyHandler newInstance(SecurityPolicyHandler arg)
Copyright © 2024 Eclipse. All rights reserved.