Uses of Interface
io.smallrye.graphql.websocket.GraphQLWebSocketSession
Packages that use GraphQLWebSocketSession
Package
Description
-
Uses of GraphQLWebSocketSession in io.smallrye.graphql.websocket
Fields in io.smallrye.graphql.websocket declared as GraphQLWebSocketSessionModifier and TypeFieldDescriptionprotected final GraphQLWebSocketSessionAbstractGraphQLWebsocketHandler.sessionConstructors in io.smallrye.graphql.websocket with parameters of type GraphQLWebSocketSessionModifierConstructorDescriptionAbstractGraphQLWebsocketHandler(GraphQLWebSocketSession session, String dataMessageTypeName, Map<String, Object> context) -
Uses of GraphQLWebSocketSession in io.smallrye.graphql.websocket.graphqltransportws
Constructors in io.smallrye.graphql.websocket.graphqltransportws with parameters of type GraphQLWebSocketSessionModifierConstructorDescriptionGraphQLTransportWSSubprotocolHandler(GraphQLWebSocketSession session, ExecutionService executionService) Deprecated.GraphQLTransportWSSubprotocolHandler(GraphQLWebSocketSession session, Map<String, Object> context) -
Uses of GraphQLWebSocketSession in io.smallrye.graphql.websocket.graphqlws
Constructors in io.smallrye.graphql.websocket.graphqlws with parameters of type GraphQLWebSocketSessionModifierConstructorDescriptionGraphQLWSSubprotocolHandler(GraphQLWebSocketSession session, ExecutionService executionService) Deprecated.GraphQLWSSubprotocolHandler(GraphQLWebSocketSession session, Map<String, Object> context)