Uses of Interface
io.smallrye.graphql.client.vertx.websocket.WebSocketSubprotocolHandler
-
-
Uses of WebSocketSubprotocolHandler in io.smallrye.graphql.client.vertx.websocket
Methods in io.smallrye.graphql.client.vertx.websocket that return WebSocketSubprotocolHandler Modifier and Type Method Description static WebSocketSubprotocolHandlerBuiltinWebsocketSubprotocolHandlers. createHandlerFor(String protocolName, io.vertx.core.http.WebSocket webSocket, Integer subscriptionInitializationTimeout, Runnable onClose) -
Uses of WebSocketSubprotocolHandler in io.smallrye.graphql.client.vertx.websocket.graphqltransportws
Classes in io.smallrye.graphql.client.vertx.websocket.graphqltransportws that implement WebSocketSubprotocolHandler Modifier and Type Class Description classGraphQLTransportWSSubprotocolHandlerImplementation 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 WebSocketSubprotocolHandler Modifier and Type Class Description classGraphQLWSSubprotocolHandlerHandler for the legacy `graphql-ws` subprotocol Specification of the protocol: `https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md`
-