Skip navigation links
A B C D E F G I M N O P R S U V W 

A

AbstractGraphQLHttpServlet - Class in graphql.servlet
 
AbstractGraphQLHttpServlet() - Constructor for class graphql.servlet.AbstractGraphQLHttpServlet
 
AbstractGraphQLHttpServlet(List<GraphQLServletListener>) - Constructor for class graphql.servlet.AbstractGraphQLHttpServlet
 
accept(String) - Method in class graphql.servlet.subscriptions.FallbackSubscriptionConsumer
 
activate(OsgiGraphQLHttpServlet.Config) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
add(GraphQLServletListener) - Method in class graphql.servlet.GraphQLConfiguration
 
addListener(GraphQLServletListener) - Method in class graphql.servlet.AbstractGraphQLHttpServlet
 
ApolloScalars - Class in graphql.servlet.apollo
 
ApolloScalars() - Constructor for class graphql.servlet.apollo.ApolloScalars
 
ApolloWebSocketSubscriptionProtocolFactory - Class in graphql.servlet.apollo
 
ApolloWebSocketSubscriptionProtocolFactory(GraphQLObjectMapper, GraphQLSubscriptionInvocationInputFactory, GraphQLInvoker) - Constructor for class graphql.servlet.apollo.ApolloWebSocketSubscriptionProtocolFactory
 
ApolloWebSocketSubscriptionProtocolFactory(GraphQLObjectMapper, GraphQLSubscriptionInvocationInputFactory, GraphQLInvoker, Duration) - Constructor for class graphql.servlet.apollo.ApolloWebSocketSubscriptionProtocolFactory
 
ApolloWebSocketSubscriptionProtocolFactory(GraphQLObjectMapper, GraphQLSubscriptionInvocationInputFactory, GraphQLInvoker, Collection<ApolloSubscriptionConnectionListener>) - Constructor for class graphql.servlet.apollo.ApolloWebSocketSubscriptionProtocolFactory
 
ApolloWebSocketSubscriptionProtocolFactory(GraphQLObjectMapper, GraphQLSubscriptionInvocationInputFactory, GraphQLInvoker, Collection<ApolloSubscriptionConnectionListener>, Duration) - Constructor for class graphql.servlet.apollo.ApolloWebSocketSubscriptionProtocolFactory
 
ApolloWebSocketSubscriptionSession - Class in graphql.servlet.apollo
 
ApolloWebSocketSubscriptionSession(GraphQLSubscriptionMapper, Session) - Constructor for class graphql.servlet.apollo.ApolloWebSocketSubscriptionSession
 

B

BatchInputPreProcessor - Interface in graphql.servlet.input
 
BatchInputPreProcessResult - Class in graphql.servlet.input
Wraps the result of pre processing a batch.
BatchInputPreProcessResult(GraphQLBatchedInvocationInput) - Constructor for class graphql.servlet.input.BatchInputPreProcessResult
 
BatchInputPreProcessResult(int, String) - Constructor for class graphql.servlet.input.BatchInputPreProcessResult
 
beginShutDown() - Method in class graphql.servlet.GraphQLWebsocketServlet
Stops accepting connections and closes all existing connections
bindCodeRegistryProvider(GraphQLCodeRegistryProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
bindMutationProvider(GraphQLMutationProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
bindProvider(GraphQLProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
bindQueryProvider(GraphQLQueryProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
bindServletListener(GraphQLServletListener) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
bindSubscriptionProvider(GraphQLSubscriptionProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
bindTypesProvider(GraphQLTypesProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
build() - Method in class graphql.servlet.context.DefaultGraphQLServletContext.Builder
 
build(HttpServletRequest, HttpServletResponse) - Method in class graphql.servlet.context.DefaultGraphQLServletContextBuilder
 
build(Session, HandshakeRequest) - Method in class graphql.servlet.context.DefaultGraphQLServletContextBuilder
 
build() - Method in class graphql.servlet.context.DefaultGraphQLWebSocketContext.Builder
 
build(HttpServletRequest, HttpServletResponse) - Method in interface graphql.servlet.context.GraphQLServletContextBuilder
 
build(Session, HandshakeRequest) - Method in interface graphql.servlet.context.GraphQLServletContextBuilder
 
build(HttpServletRequest) - Method in class graphql.servlet.core.DefaultGraphQLRootObjectBuilder
 
build(HandshakeRequest) - Method in class graphql.servlet.core.DefaultGraphQLRootObjectBuilder
 
build(HttpServletRequest) - Method in interface graphql.servlet.core.GraphQLServletRootObjectBuilder
 
build(HandshakeRequest) - Method in interface graphql.servlet.core.GraphQLServletRootObjectBuilder
 
build() - Method in class graphql.servlet.GraphQLConfiguration.Builder
 
build() - Method in class graphql.servlet.input.GraphQLInvocationInputFactory.Builder
 
build() - Method in class graphql.servlet.SimpleGraphQLHttpServlet.Builder
Deprecated.
Builder(GraphQLSchemaServletProvider) - Constructor for class graphql.servlet.input.GraphQLInvocationInputFactory.Builder
 
Builder(Supplier<GraphQLSchemaServletProvider>) - Constructor for class graphql.servlet.input.GraphQLInvocationInputFactory.Builder
 

C

create(GraphQLRequest, HttpServletRequest, HttpServletResponse) - Method in class graphql.servlet.input.GraphQLInvocationInputFactory
 
create(ContextSetting, List<GraphQLRequest>, HttpServletRequest, HttpServletResponse) - Method in class graphql.servlet.input.GraphQLInvocationInputFactory
 
create(GraphQLRequest) - Method in class graphql.servlet.input.GraphQLInvocationInputFactory
 
create(GraphQLRequest, SubscriptionSession) - Method in class graphql.servlet.input.GraphQLInvocationInputFactory
 
create(ContextSetting, List<GraphQLRequest>, Session) - Method in class graphql.servlet.input.GraphQLInvocationInputFactory
 
createConsumer(SubscriptionSession) - Method in class graphql.servlet.subscriptions.FallbackSubscriptionProtocolFactory
 
createConsumer(SubscriptionSession) - Method in interface graphql.servlet.subscriptions.WebSocketSubscriptionProtocolFactory
 
createReadOnly(GraphQLRequest, HttpServletRequest, HttpServletResponse) - Method in class graphql.servlet.input.GraphQLInvocationInputFactory
 
createReadOnly(ContextSetting, List<GraphQLRequest>, HttpServletRequest, HttpServletResponse) - Method in class graphql.servlet.input.GraphQLInvocationInputFactory
 
createServletContext(DataLoaderRegistry, Subject) - Static method in class graphql.servlet.context.DefaultGraphQLServletContext
 
createServletContext() - Static method in class graphql.servlet.context.DefaultGraphQLServletContext
 
createSession(Session) - Method in class graphql.servlet.apollo.ApolloWebSocketSubscriptionProtocolFactory
 
createSession(Session) - Method in class graphql.servlet.subscriptions.FallbackSubscriptionProtocolFactory
 
createSession(Session) - Method in interface graphql.servlet.subscriptions.WebSocketSubscriptionProtocolFactory
 
createWebSocketContext(DataLoaderRegistry, Subject) - Static method in class graphql.servlet.context.DefaultGraphQLWebSocketContext
 
createWebSocketContext() - Static method in class graphql.servlet.context.DefaultGraphQLWebSocketContext
 

D

deactivate() - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
DefaultGraphQLRootObjectBuilder - Class in graphql.servlet.core
 
DefaultGraphQLRootObjectBuilder() - Constructor for class graphql.servlet.core.DefaultGraphQLRootObjectBuilder
 
DefaultGraphQLSchemaServletProvider - Class in graphql.servlet.config
 
DefaultGraphQLSchemaServletProvider(GraphQLSchema) - Constructor for class graphql.servlet.config.DefaultGraphQLSchemaServletProvider
 
DefaultGraphQLServlet - Class in graphql.servlet
 
DefaultGraphQLServlet() - Constructor for class graphql.servlet.DefaultGraphQLServlet
 
DefaultGraphQLServletContext - Class in graphql.servlet.context
 
DefaultGraphQLServletContext.Builder - Class in graphql.servlet.context
 
DefaultGraphQLServletContextBuilder - Class in graphql.servlet.context
Returns an empty context.
DefaultGraphQLServletContextBuilder() - Constructor for class graphql.servlet.context.DefaultGraphQLServletContextBuilder
 
DefaultGraphQLWebSocketContext - Class in graphql.servlet.context
 
DefaultGraphQLWebSocketContext.Builder - Class in graphql.servlet.context
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class graphql.servlet.AbstractGraphQLHttpServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class graphql.servlet.AbstractGraphQLHttpServlet
 

E

executeQuery(String) - Method in class graphql.servlet.AbstractGraphQLHttpServlet
 
executeQuery(String) - Method in interface graphql.servlet.core.GraphQLMBean
 

F

FallbackSubscriptionConsumer - Class in graphql.servlet.subscriptions
 
FallbackSubscriptionConsumer() - Constructor for class graphql.servlet.subscriptions.FallbackSubscriptionConsumer
 
FallbackSubscriptionProtocolFactory - Class in graphql.servlet.subscriptions
 
FallbackSubscriptionProtocolFactory(GraphQLSubscriptionMapper, GraphQLSubscriptionInvocationInputFactory, GraphQLInvoker) - Constructor for class graphql.servlet.subscriptions.FallbackSubscriptionProtocolFactory
 

G

getAsyncExecutor() - Method in class graphql.servlet.GraphQLConfiguration
 
getBatchedInvocationInput() - Method in class graphql.servlet.input.BatchInputPreProcessResult
 
getBatchInputPreProcessor() - Method in class graphql.servlet.GraphQLConfiguration
 
getCodeRegistry() - Method in interface graphql.servlet.osgi.GraphQLCodeRegistryProvider
 
getConfiguration() - Method in class graphql.servlet.AbstractGraphQLHttpServlet
 
getConfiguration() - Method in class graphql.servlet.GraphQLHttpServlet
 
getConfiguration() - Method in class graphql.servlet.SimpleGraphQLHttpServlet
 
getContextBuilder() - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
getContextSetting() - Method in class graphql.servlet.GraphQLConfiguration
 
getErrorHandler() - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
getExecutionStrategyProvider() - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
getFileParts() - Method in class graphql.servlet.context.DefaultGraphQLServletContext
 
getFileParts() - Method in interface graphql.servlet.context.GraphQLServletContext
 
getGraphQLInvoker() - Method in class graphql.servlet.GraphQLConfiguration
 
getGraphQLObjectMapper() - Method in class graphql.servlet.AbstractGraphQLHttpServlet
Deprecated.
getGraphQLObjectMapper() - Method in class graphql.servlet.DefaultGraphQLServlet
 
getGraphQLObjectMapper() - Method in class graphql.servlet.GraphQLHttpServlet
 
getGraphQLObjectMapper() - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
getGraphQLObjectMapper() - Method in class graphql.servlet.SimpleGraphQLHttpServlet
 
getHandshakeRequest() - Method in class graphql.servlet.context.DefaultGraphQLWebSocketContext
 
getHandshakeRequest() - Method in interface graphql.servlet.context.GraphQLWebSocketContext
 
getHttpServletRequest() - Method in class graphql.servlet.context.DefaultGraphQLServletContext
 
getHttpServletRequest() - Method in interface graphql.servlet.context.GraphQLServletContext
 
getHttpServletResponse() - Method in class graphql.servlet.context.DefaultGraphQLServletContext
 
getHttpServletResponse() - Method in interface graphql.servlet.context.GraphQLServletContext
 
getId() - Method in class graphql.servlet.apollo.ApolloWebSocketSubscriptionSession
 
getId() - Method in class graphql.servlet.subscriptions.WebSocketSubscriptionSession
 
getInstrumentationProvider() - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
getInvocationInputFactory() - Method in class graphql.servlet.AbstractGraphQLHttpServlet
Deprecated.
getInvocationInputFactory() - Method in class graphql.servlet.DefaultGraphQLServlet
 
getInvocationInputFactory() - Method in class graphql.servlet.GraphQLConfiguration
 
getInvocationInputFactory() - Method in class graphql.servlet.GraphQLHttpServlet
 
getInvocationInputFactory() - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
getInvocationInputFactory() - Method in class graphql.servlet.SimpleGraphQLHttpServlet
 
getListeners() - Method in class graphql.servlet.GraphQLConfiguration
 
getMutations() - Method in class graphql.servlet.AbstractGraphQLHttpServlet
 
getMutations() - Method in interface graphql.servlet.core.GraphQLMBean
 
getMutations() - Method in interface graphql.servlet.osgi.GraphQLMutationProvider
 
getObjectMapper() - Method in class graphql.servlet.GraphQLConfiguration
 
getParts() - Method in class graphql.servlet.context.DefaultGraphQLServletContext
 
getParts() - Method in interface graphql.servlet.context.GraphQLServletContext
 
getPreparsedDocumentProvider() - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
getQueries() - Method in class graphql.servlet.AbstractGraphQLHttpServlet
 
getQueries() - Method in interface graphql.servlet.core.GraphQLMBean
 
getQueries() - Method in interface graphql.servlet.osgi.GraphQLQueryProvider
 
getQueryInvoker() - Method in class graphql.servlet.AbstractGraphQLHttpServlet
Deprecated.
getQueryInvoker() - Method in class graphql.servlet.DefaultGraphQLServlet
 
getQueryInvoker() - Method in class graphql.servlet.GraphQLConfiguration
 
getQueryInvoker() - Method in class graphql.servlet.GraphQLHttpServlet
 
getQueryInvoker() - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
getQueryInvoker() - Method in class graphql.servlet.SimpleGraphQLHttpServlet
 
getReadOnlySchema(HttpServletRequest) - Method in class graphql.servlet.config.DefaultGraphQLSchemaServletProvider
 
getReadOnlySchema(HttpServletRequest) - Method in interface graphql.servlet.config.GraphQLSchemaServletProvider
 
getRootObjectBuilder() - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
getSchema(HttpServletRequest) - Method in class graphql.servlet.config.DefaultGraphQLSchemaServletProvider
 
getSchema(HandshakeRequest) - Method in class graphql.servlet.config.DefaultGraphQLSchemaServletProvider
 
getSchema(HttpServletRequest) - Method in interface graphql.servlet.config.GraphQLSchemaServletProvider
 
getSchema(HandshakeRequest) - Method in interface graphql.servlet.config.GraphQLSchemaServletProvider
 
getSchemaProvider() - Method in class graphql.servlet.input.GraphQLInvocationInputFactory
 
getSchemaProvider() - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
getSession() - Method in class graphql.servlet.context.DefaultGraphQLWebSocketContext
 
getSession() - Method in interface graphql.servlet.context.GraphQLWebSocketContext
 
getSessionCount() - Method in class graphql.servlet.GraphQLWebsocketServlet
 
getStatusCode() - Method in class graphql.servlet.input.BatchInputPreProcessResult
 
getStatusMessage() - Method in class graphql.servlet.input.BatchInputPreProcessResult
 
getSubscriptionCount() - Method in class graphql.servlet.GraphQLWebsocketServlet
 
getSubscriptions() - Method in interface graphql.servlet.osgi.GraphQLSubscriptionProvider
 
getSubscriptionTimeout() - Method in class graphql.servlet.GraphQLConfiguration
 
getTypes() - Method in interface graphql.servlet.osgi.GraphQLTypesProvider
 
getUserProperties() - Method in class graphql.servlet.apollo.ApolloWebSocketSubscriptionSession
 
getUserProperties() - Method in class graphql.servlet.subscriptions.WebSocketSubscriptionSession
 
graphql.servlet - package graphql.servlet
 
graphql.servlet.apollo - package graphql.servlet.apollo
 
graphql.servlet.config - package graphql.servlet.config
 
graphql.servlet.context - package graphql.servlet.context
 
graphql.servlet.core - package graphql.servlet.core
 
graphql.servlet.core.internal - package graphql.servlet.core.internal
 
graphql.servlet.input - package graphql.servlet.input
 
graphql.servlet.osgi - package graphql.servlet.osgi
 
graphql.servlet.subscriptions - package graphql.servlet.subscriptions
 
GraphQLCodeRegistryProvider - Interface in graphql.servlet.osgi
 
GraphQLConfiguration - Class in graphql.servlet
 
GraphQLConfiguration.Builder - Class in graphql.servlet
 
GraphQLHttpServlet - Class in graphql.servlet
 
GraphQLHttpServlet() - Constructor for class graphql.servlet.GraphQLHttpServlet
 
GraphQLInvocationInputFactory - Class in graphql.servlet.input
 
GraphQLInvocationInputFactory(Supplier<GraphQLSchemaServletProvider>, Supplier<GraphQLServletContextBuilder>, Supplier<GraphQLServletRootObjectBuilder>) - Constructor for class graphql.servlet.input.GraphQLInvocationInputFactory
 
GraphQLInvocationInputFactory.Builder - Class in graphql.servlet.input
 
GraphQLMBean - Interface in graphql.servlet.core
 
GraphQLMutationProvider - Interface in graphql.servlet.osgi
 
GraphQLProvider - Interface in graphql.servlet.osgi
 
GraphQLQueryProvider - Interface in graphql.servlet.osgi
This interface is used by OSGi bundles to plugin new field into the root query type
GraphQLSchemaServletProvider - Interface in graphql.servlet.config
 
GraphQLServletContext - Interface in graphql.servlet.context
 
GraphQLServletContextBuilder - Interface in graphql.servlet.context
 
GraphQLServletListener - Interface in graphql.servlet.core
 
GraphQLServletListener.RequestCallback - Interface in graphql.servlet.core
 
GraphQLServletRootObjectBuilder - Interface in graphql.servlet.core
 
GraphQLSubscriptionProvider - Interface in graphql.servlet.osgi
 
GraphQLThreadFactory - Class in graphql.servlet.core.internal
ThreadFactory implementation for AbstractGraphQLHttpServlet async operations
GraphQLThreadFactory() - Constructor for class graphql.servlet.core.internal.GraphQLThreadFactory
 
GraphQLTypesProvider - Interface in graphql.servlet.osgi
 
GraphQLWebSocketContext - Interface in graphql.servlet.context
 
GraphQLWebsocketServlet - Class in graphql.servlet
GraphQLWebsocketServlet(GraphQLInvoker, GraphQLSubscriptionInvocationInputFactory, GraphQLObjectMapper) - Constructor for class graphql.servlet.GraphQLWebsocketServlet
 
GraphQLWebsocketServlet(GraphQLInvoker, GraphQLSubscriptionInvocationInputFactory, GraphQLObjectMapper, Collection<SubscriptionConnectionListener>) - Constructor for class graphql.servlet.GraphQLWebsocketServlet
 

I

init() - Method in class graphql.servlet.AbstractGraphQLHttpServlet
 
isAsyncServletMode() - Method in class graphql.servlet.AbstractGraphQLHttpServlet
Deprecated.
isAsyncServletMode() - Method in class graphql.servlet.DefaultGraphQLServlet
 
isAsyncServletMode() - Method in class graphql.servlet.GraphQLHttpServlet
 
isAsyncServletMode() - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
isAsyncServletMode() - Method in class graphql.servlet.SimpleGraphQLHttpServlet
 
isAsyncServletModeEnabled() - Method in class graphql.servlet.GraphQLConfiguration
 
isExecutable() - Method in class graphql.servlet.input.BatchInputPreProcessResult
 
isOpen() - Method in class graphql.servlet.apollo.ApolloWebSocketSubscriptionSession
 
isOpen() - Method in class graphql.servlet.subscriptions.WebSocketSubscriptionSession
 
isShutDown() - Method in class graphql.servlet.GraphQLWebsocketServlet
 

M

mapVariable(String, Map<String, Object>, Part) - Static method in class graphql.servlet.core.internal.VariableMapper
 
modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class graphql.servlet.GraphQLWebsocketServlet
 

N

newBuilder(GraphQLSchema) - Static method in class graphql.servlet.input.GraphQLInvocationInputFactory
 
newBuilder(GraphQLSchemaServletProvider) - Static method in class graphql.servlet.input.GraphQLInvocationInputFactory
 
newBuilder(Supplier<GraphQLSchemaServletProvider>) - Static method in class graphql.servlet.input.GraphQLInvocationInputFactory
 
newBuilder(GraphQLSchema) - Static method in class graphql.servlet.SimpleGraphQLHttpServlet
 
newBuilder(GraphQLSchemaServletProvider) - Static method in class graphql.servlet.SimpleGraphQLHttpServlet
 
newBuilder(GraphQLInvocationInputFactory) - Static method in class graphql.servlet.SimpleGraphQLHttpServlet
 
newThread(Runnable) - Method in class graphql.servlet.core.internal.GraphQLThreadFactory
 
NoOpBatchInputPreProcessor - Class in graphql.servlet.input
A default BatchInputPreProcessor that returns the input.
NoOpBatchInputPreProcessor() - Constructor for class graphql.servlet.input.NoOpBatchInputPreProcessor
 

O

onClose(Session, CloseReason) - Method in class graphql.servlet.GraphQLWebsocketServlet
 
onComplete() - Method in class graphql.servlet.subscriptions.WebSocketSendSubscriber
 
onError(HttpServletRequest, HttpServletResponse, Throwable) - Method in interface graphql.servlet.core.GraphQLServletListener.RequestCallback
 
onError(Session, Throwable) - Method in class graphql.servlet.GraphQLWebsocketServlet
 
onError(Throwable) - Method in class graphql.servlet.subscriptions.WebSocketSendSubscriber
 
onFinally(HttpServletRequest, HttpServletResponse) - Method in interface graphql.servlet.core.GraphQLServletListener.RequestCallback
 
onNext(String) - Method in class graphql.servlet.subscriptions.WebSocketSendSubscriber
 
onOpen(Session, EndpointConfig) - Method in class graphql.servlet.GraphQLWebsocketServlet
 
onRequest(HttpServletRequest, HttpServletResponse) - Method in interface graphql.servlet.core.GraphQLServletListener
 
onSubscribe(Subscription) - Method in class graphql.servlet.subscriptions.WebSocketSendSubscriber
 
onSuccess(HttpServletRequest, HttpServletResponse) - Method in interface graphql.servlet.core.GraphQLServletListener.RequestCallback
 
OsgiGraphQLHttpServlet - Class in graphql.servlet
 
OsgiGraphQLHttpServlet() - Constructor for class graphql.servlet.OsgiGraphQLHttpServlet
 

P

preProcessBatch(GraphQLBatchedInvocationInput, HttpServletRequest, HttpServletResponse) - Method in interface graphql.servlet.input.BatchInputPreProcessor
An injectable object that allows clients to manipulate a batch before executing, or abort altogether.
preProcessBatch(GraphQLBatchedInvocationInput, HttpServletRequest, HttpServletResponse) - Method in class graphql.servlet.input.NoOpBatchInputPreProcessor
 

R

remove(GraphQLServletListener) - Method in class graphql.servlet.GraphQLConfiguration
 
removeListener(GraphQLServletListener) - Method in class graphql.servlet.AbstractGraphQLHttpServlet
 

S

setContextProvider(GraphQLServletContextBuilder) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
setErrorHandler(GraphQLErrorHandler) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
setExecutionStrategyProvider(ExecutionStrategyProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
setInstrumentationProvider(InstrumentationProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
setPreparsedDocumentProvider(PreparsedDocumentProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
setRootObjectBuilder(GraphQLServletRootObjectBuilder) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
SimpleGraphQLHttpServlet - Class in graphql.servlet
 
SimpleGraphQLHttpServlet() - Constructor for class graphql.servlet.SimpleGraphQLHttpServlet
 
SimpleGraphQLHttpServlet(GraphQLInvocationInputFactory, GraphQLQueryInvoker, GraphQLObjectMapper, List<GraphQLServletListener>, boolean) - Constructor for class graphql.servlet.SimpleGraphQLHttpServlet
Deprecated.
use GraphQLHttpServlet instead
SimpleGraphQLHttpServlet(GraphQLInvocationInputFactory, GraphQLQueryInvoker, GraphQLObjectMapper, List<GraphQLServletListener>, boolean, long) - Constructor for class graphql.servlet.SimpleGraphQLHttpServlet
Deprecated.
use GraphQLHttpServlet instead
SimpleGraphQLHttpServlet.Builder - Class in graphql.servlet
 

U

unbindCodeRegistryProvider(GraphQLCodeRegistryProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
unbindMutationProvider(GraphQLMutationProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
unbindProvider(GraphQLProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
unbindQueryProvider(GraphQLQueryProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
unbindServletListener(GraphQLServletListener) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
unbindSubscriptionProvider(GraphQLSubscriptionProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
unbindTypesProvider(GraphQLTypesProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
unsetContextProvider(GraphQLServletContextBuilder) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
unsetErrorHandler(GraphQLErrorHandler) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
unsetExecutionStrategyProvider(ExecutionStrategyProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
unsetInstrumentationProvider(InstrumentationProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
unsetPreparsedDocumentProvider(PreparsedDocumentProvider) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
unsetRootObjectBuilder(GraphQLRootObjectBuilder) - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
unwrap() - Method in class graphql.servlet.apollo.ApolloWebSocketSubscriptionSession
 
unwrap() - Method in class graphql.servlet.subscriptions.WebSocketSubscriptionSession
 
updateSchema() - Method in class graphql.servlet.OsgiGraphQLHttpServlet
 
Upload - Static variable in class graphql.servlet.apollo.ApolloScalars
 

V

VariableMapper - Class in graphql.servlet.core.internal
 
VariableMapper() - Constructor for class graphql.servlet.core.internal.VariableMapper
 

W

WebSocketSendSubscriber - Class in graphql.servlet.subscriptions
 
WebSocketSendSubscriber() - Constructor for class graphql.servlet.subscriptions.WebSocketSendSubscriber
 
WebSocketSubscriptionProtocolFactory - Interface in graphql.servlet.subscriptions
 
WebSocketSubscriptionSession - Class in graphql.servlet.subscriptions
 
WebSocketSubscriptionSession(GraphQLSubscriptionMapper, Session) - Constructor for class graphql.servlet.subscriptions.WebSocketSubscriptionSession
 
with(HttpServletRequest) - Method in class graphql.servlet.context.DefaultGraphQLServletContext.Builder
 
with(DataLoaderRegistry) - Method in class graphql.servlet.context.DefaultGraphQLServletContext.Builder
 
with(Subject) - Method in class graphql.servlet.context.DefaultGraphQLServletContext.Builder
 
with(HttpServletResponse) - Method in class graphql.servlet.context.DefaultGraphQLServletContext.Builder
 
with(Session) - Method in class graphql.servlet.context.DefaultGraphQLWebSocketContext.Builder
 
with(HandshakeRequest) - Method in class graphql.servlet.context.DefaultGraphQLWebSocketContext.Builder
 
with(DataLoaderRegistry) - Method in class graphql.servlet.context.DefaultGraphQLWebSocketContext.Builder
 
with(Subject) - Method in class graphql.servlet.context.DefaultGraphQLWebSocketContext.Builder
 
with(GraphQLQueryInvoker) - Method in class graphql.servlet.GraphQLConfiguration.Builder
 
with(GraphQLObjectMapper) - Method in class graphql.servlet.GraphQLConfiguration.Builder
 
with(List<GraphQLServletListener>) - Method in class graphql.servlet.GraphQLConfiguration.Builder
 
with(boolean) - Method in class graphql.servlet.GraphQLConfiguration.Builder
 
with(Executor) - Method in class graphql.servlet.GraphQLConfiguration.Builder
 
with(GraphQLServletContextBuilder) - Method in class graphql.servlet.GraphQLConfiguration.Builder
 
with(GraphQLServletRootObjectBuilder) - Method in class graphql.servlet.GraphQLConfiguration.Builder
 
with(long) - Method in class graphql.servlet.GraphQLConfiguration.Builder
 
with(ContextSetting) - Method in class graphql.servlet.GraphQLConfiguration.Builder
 
with(BatchInputPreProcessor) - Method in class graphql.servlet.GraphQLConfiguration.Builder
 
with(Supplier<BatchInputPreProcessor>) - Method in class graphql.servlet.GraphQLConfiguration.Builder
 
with(GraphQLSchema) - Static method in class graphql.servlet.GraphQLConfiguration
 
with(GraphQLSchemaServletProvider) - Static method in class graphql.servlet.GraphQLConfiguration
 
with(GraphQLInvocationInputFactory) - Static method in class graphql.servlet.GraphQLConfiguration
 
with(GraphQLSchema) - Static method in class graphql.servlet.GraphQLHttpServlet
 
with(GraphQLConfiguration) - Static method in class graphql.servlet.GraphQLHttpServlet
 
withAsyncServletMode(boolean) - Method in class graphql.servlet.SimpleGraphQLHttpServlet.Builder
 
withGraphQLContextBuilder(GraphQLServletContextBuilder) - Method in class graphql.servlet.input.GraphQLInvocationInputFactory.Builder
 
withGraphQLContextBuilder(Supplier<GraphQLServletContextBuilder>) - Method in class graphql.servlet.input.GraphQLInvocationInputFactory.Builder
 
withGraphQLRootObjectBuilder(GraphQLServletRootObjectBuilder) - Method in class graphql.servlet.input.GraphQLInvocationInputFactory.Builder
 
withGraphQLRootObjectBuilder(Supplier<GraphQLServletRootObjectBuilder>) - Method in class graphql.servlet.input.GraphQLInvocationInputFactory.Builder
 
withListeners(List<GraphQLServletListener>) - Method in class graphql.servlet.SimpleGraphQLHttpServlet.Builder
 
withObjectMapper(GraphQLObjectMapper) - Method in class graphql.servlet.SimpleGraphQLHttpServlet.Builder
 
withQueryInvoker(GraphQLQueryInvoker) - Method in class graphql.servlet.SimpleGraphQLHttpServlet.Builder
 
withSubscriptionTimeout(long) - Method in class graphql.servlet.SimpleGraphQLHttpServlet.Builder
 
A B C D E F G I M N O P R S U V W 
Skip navigation links