public interface ProtocolUpgradeHandler extends Handler<RoutingContext>
NOTE: This class has been automatically generated from the 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 © 2024 Eclipse. All rights reserved.