public interface InputTrustHandler extends Handler<RoutingContext>
Cross-Site Request Forgery
as an example, gives the application guarantees about
the integrity of the data. It does not replace proper AuthorizationHandler
checks.
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Method and Description |
---|---|
InputTrustHandler |
getDelegate() |
void |
handle(RoutingContext event)
Something has happened, so handle it.
|
static InputTrustHandler |
newInstance(InputTrustHandler arg) |
InputTrustHandler getDelegate()
void handle(RoutingContext event)
handle
in interface Handler<RoutingContext>
event
- the event to handlestatic InputTrustHandler newInstance(InputTrustHandler arg)
Copyright © 2023 Eclipse. All rights reserved.