Uses of Interface
io.smallrye.graphql.client.vertx.websocket.WebSocketSubprotocolHandler
Packages that use WebSocketSubprotocolHandler
Package
Description
-
Uses of WebSocketSubprotocolHandler in io.smallrye.graphql.client.vertx.websocket
Methods in io.smallrye.graphql.client.vertx.websocket that return WebSocketSubprotocolHandlerModifier and TypeMethodDescriptionstatic WebSocketSubprotocolHandlerBuiltinWebsocketSubprotocolHandlers.createHandlerFor(String protocolName, io.vertx.core.http.WebSocket webSocket, Integer subscriptionInitializationTimeout, Map<String, Object> initPayload, Runnable onClose) -
Uses of WebSocketSubprotocolHandler in io.smallrye.graphql.client.vertx.websocket.graphqltransportws
Classes in io.smallrye.graphql.client.vertx.websocket.graphqltransportws that implement WebSocketSubprotocolHandlerModifier and TypeClassDescriptionclassImplementation of the `graphql-transport-ws` protocol. -
Uses of WebSocketSubprotocolHandler in io.smallrye.graphql.client.vertx.websocket.graphqlws
Classes in io.smallrye.graphql.client.vertx.websocket.graphqlws that implement WebSocketSubprotocolHandlerModifier and TypeClassDescriptionclassHandler for the legacy `graphql-ws` subprotocol Specification of the protocol: `https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md`