All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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