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