public interface InputTrustHandler extends io.vertx.core.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 |
---|---|
io.vertx.ext.web.handler.InputTrustHandler |
getDelegate() |
void |
handle(RoutingContext event)
Something has happened, so handle it.
|
static InputTrustHandler |
newInstance(io.vertx.ext.web.handler.InputTrustHandler arg) |
io.vertx.ext.web.handler.InputTrustHandler getDelegate()
void handle(RoutingContext event)
handle
in interface io.vertx.core.Handler<RoutingContext>
event
- the event to handlestatic InputTrustHandler newInstance(io.vertx.ext.web.handler.InputTrustHandler arg)
Copyright © 2022 Eclipse. All rights reserved.