public interface ProtocolUpgradeHandler extends io.vertx.core.Handler<RoutingContext>
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Method and Description |
---|---|
io.vertx.ext.web.handler.ProtocolUpgradeHandler |
getDelegate() |
void |
handle(RoutingContext event)
Something has happened, so handle it.
|
static ProtocolUpgradeHandler |
newInstance(io.vertx.ext.web.handler.ProtocolUpgradeHandler arg) |
io.vertx.ext.web.handler.ProtocolUpgradeHandler getDelegate()
void handle(RoutingContext event)
handle
in interface io.vertx.core.Handler<RoutingContext>
event
- the event to handlestatic ProtocolUpgradeHandler newInstance(io.vertx.ext.web.handler.ProtocolUpgradeHandler arg)
Copyright © 2022 Eclipse. All rights reserved.