Uses of Interface
io.smallrye.graphql.websocket.GraphQLWebSocketSession
-
Packages that use GraphQLWebSocketSession Package Description io.smallrye.graphql.websocket io.smallrye.graphql.websocket.graphqltransportws io.smallrye.graphql.websocket.graphqlws -
-
Uses of GraphQLWebSocketSession in io.smallrye.graphql.websocket
Fields in io.smallrye.graphql.websocket declared as GraphQLWebSocketSession Modifier and Type Field Description protected GraphQLWebSocketSessionAbstractGraphQLWebsocketHandler. sessionConstructors in io.smallrye.graphql.websocket with parameters of type GraphQLWebSocketSession Constructor Description AbstractGraphQLWebsocketHandler(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 GraphQLWebSocketSession Constructor Description GraphQLTransportWSSubprotocolHandler(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 GraphQLWebSocketSession Constructor Description GraphQLWSSubprotocolHandler(GraphQLWebSocketSession session, ExecutionService executionService)Deprecated.GraphQLWSSubprotocolHandler(GraphQLWebSocketSession session, Map<String,Object> context)
-