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 ProtocolUpgradeHandler
ProtocolUpgradeHandler. 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 class
ApolloWSHandler
A handler for GraphQL requests sent over Apollo'ssubscriptions-transport-ws
transport. -
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 class
GraphQLWSHandler
A handler for the GraphQL over WebSocket Protocol.
-