Interface GraphQLWebSocketContext

All Superinterfaces:
graphql.kickstart.execution.context.GraphQLKickstartContext
All Known Implementing Classes:
DefaultGraphQLWebSocketContext

public interface GraphQLWebSocketContext extends graphql.kickstart.execution.context.GraphQLKickstartContext
Deprecated.
Use GraphQLKickstartContext instead
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.websocket.server.HandshakeRequest
    Deprecated.
     
    jakarta.websocket.Session
    Deprecated.
     

    Methods inherited from interface graphql.kickstart.execution.context.GraphQLKickstartContext

    getDataLoaderRegistry, getMapOfContext
  • Method Details

    • getSession

      jakarta.websocket.Session getSession()
      Deprecated.
    • getHandshakeRequest

      jakarta.websocket.server.HandshakeRequest getHandshakeRequest()
      Deprecated.