public class DefaultGraphQLContextBuilder extends java.lang.Object implements GraphQLContextBuilder
| Constructor and Description |
|---|
DefaultGraphQLContextBuilder() |
| Modifier and Type | Method and Description |
|---|---|
GraphQLContext |
build()
Only used for MBean calls.
|
GraphQLContext |
build(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
GraphQLContext |
build(javax.websocket.Session session,
javax.websocket.server.HandshakeRequest handshakeRequest) |
public GraphQLContext build(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
build in interface GraphQLContextBuilderpublic GraphQLContext build(javax.websocket.Session session, javax.websocket.server.HandshakeRequest handshakeRequest)
build in interface GraphQLContextBuilderpublic GraphQLContext build()
GraphQLContextBuilderbuild in interface GraphQLContextBuilder