Uses of Interface
io.vertx.rxjava3.ext.web.handler.ProtocolUpgradeHandler
-
Packages that use ProtocolUpgradeHandler Package Description io.vertx.rxjava3.ext.web.handler io.vertx.rxjava3.ext.web.handler.graphql.ws -
-
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 static ProtocolUpgradeHandler
ProtocolUpgradeHandler. newInstance(ProtocolUpgradeHandler arg)
-
Uses of ProtocolUpgradeHandler in io.vertx.rxjava3.ext.web.handler.graphql.ws
Classes in io.vertx.rxjava3.ext.web.handler.graphql.ws that implement ProtocolUpgradeHandler Modifier and Type Class Description class
GraphQLWSHandler
A handler for the GraphQL over WebSocket Protocol.
-