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 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 ProtocolUpgradeHandlerProtocolUpgradeHandler. newInstance(ProtocolUpgradeHandler arg) -
Uses of ProtocolUpgradeHandler in io.vertx.rxjava3.ext.web.handler.graphql
Classes in io.vertx.rxjava3.ext.web.handler.graphql that implement ProtocolUpgradeHandler Modifier and Type Class Description classApolloWSHandlerA handler for GraphQL requests sent over Apollo'ssubscriptions-transport-wstransport. -
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 classGraphQLWSHandlerA handler for the GraphQL over WebSocket Protocol.
-