![JAR search and dependency download from the Maven repository](/logo.png)
graphql.kickstart.servlet.context.GraphQLWebSocketContext Maven / Gradle / Ivy
package graphql.kickstart.servlet.context;
import graphql.kickstart.execution.context.GraphQLContext;
import javax.websocket.Session;
import javax.websocket.server.HandshakeRequest;
public interface GraphQLWebSocketContext extends GraphQLContext {
Session getSession();
HandshakeRequest getHandshakeRequest();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy