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