Class DefaultGraphQLWebSocketContext
java.lang.Object
graphql.kickstart.execution.context.DefaultGraphQLContext
graphql.kickstart.servlet.context.DefaultGraphQLWebSocketContext
- All Implemented Interfaces:
graphql.kickstart.execution.context.GraphQLKickstartContext
,GraphQLWebSocketContext
@Deprecated
public class DefaultGraphQLWebSocketContext
extends graphql.kickstart.execution.context.DefaultGraphQLContext
implements GraphQLWebSocketContext
Deprecated.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.createWebSocketContext
(org.dataloader.DataLoaderRegistry registry) Deprecated.jakarta.websocket.server.HandshakeRequest
Deprecated.UsedataFetchingEnvironment.getGraphQlContext().get(HandshakeRequest.class)
instead.jakarta.websocket.Session
Deprecated.UsedataFetchingEnvironment.getGraphQlContext().get(Session.class)
instead.Methods inherited from class graphql.kickstart.execution.context.DefaultGraphQLContext
getDataLoaderRegistry, getMapOfContext, put
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface graphql.kickstart.execution.context.GraphQLKickstartContext
getDataLoaderRegistry, getMapOfContext
-
Method Details
-
createWebSocketContext
public static DefaultGraphQLWebSocketContext.Builder createWebSocketContext(org.dataloader.DataLoaderRegistry registry) Deprecated. -
createWebSocketContext
Deprecated. -
getSession
Deprecated.UsedataFetchingEnvironment.getGraphQlContext().get(Session.class)
instead. Since 13.0.0- Specified by:
getSession
in interfaceGraphQLWebSocketContext
-
getHandshakeRequest
Deprecated.UsedataFetchingEnvironment.getGraphQlContext().get(HandshakeRequest.class)
instead. Since 13.0.0- Specified by:
getHandshakeRequest
in interfaceGraphQLWebSocketContext
-
GraphQLKickstartContext
instead