Uses of Interface
io.vertx.ext.web.handler.ProtocolUpgradeHandler
-
Packages that use ProtocolUpgradeHandler Package Description io.vertx.ext.web.handler.graphql.ws io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of ProtocolUpgradeHandler in io.vertx.ext.web.handler.graphql.ws
Subinterfaces of ProtocolUpgradeHandler in io.vertx.ext.web.handler.graphql.ws Modifier and Type Interface Description interface
GraphQLWSHandler
A handler for the GraphQL over WebSocket Protocol. -
Uses of ProtocolUpgradeHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return ProtocolUpgradeHandler Modifier and Type Method Description ProtocolUpgradeHandler
ProtocolUpgradeHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler with parameters of type ProtocolUpgradeHandler Modifier and Type Method Description static ProtocolUpgradeHandler
ProtocolUpgradeHandler. newInstance(ProtocolUpgradeHandler arg)
-
Uses of ProtocolUpgradeHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return ProtocolUpgradeHandler Modifier and Type Method Description ProtocolUpgradeHandler
ProtocolUpgradeHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type ProtocolUpgradeHandler Modifier and Type Method Description static ProtocolUpgradeHandler
ProtocolUpgradeHandler. newInstance(ProtocolUpgradeHandler arg)
-