Uses of Class
io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
-
Packages that use AbstractGraphQLWebsocketHandler Package Description io.smallrye.graphql.websocket.graphqltransportws io.smallrye.graphql.websocket.graphqlws -
-
Uses of AbstractGraphQLWebsocketHandler in io.smallrye.graphql.websocket.graphqltransportws
Subclasses of AbstractGraphQLWebsocketHandler in io.smallrye.graphql.websocket.graphqltransportws Modifier and Type Class Description classGraphQLTransportWSSubprotocolHandlerWebsocket subprotocol handler that implements the `graphql-transport-ws` subprotocol. -
Uses of AbstractGraphQLWebsocketHandler in io.smallrye.graphql.websocket.graphqlws
Subclasses of AbstractGraphQLWebsocketHandler in io.smallrye.graphql.websocket.graphqlws Modifier and Type Class Description classGraphQLWSSubprotocolHandlerWebsocket subprotocol handler that implements the `graphql-ws` subprotocol.
-