Index

A B C D E F G H I L M N O P Q R S U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractGraphQLHttpServlet - Class in graphql.kickstart.servlet
 
AbstractGraphQLHttpServlet() - Constructor for class graphql.kickstart.servlet.AbstractGraphQLHttpServlet
 
accept(String) - Method in class graphql.kickstart.servlet.subscriptions.FallbackSubscriptionConsumer
 
activate(OsgiGraphQLHttpServlet.Config) - Method in class graphql.kickstart.servlet.OsgiGraphQLHttpServlet
 
add(GraphQLServletListener) - Method in class graphql.kickstart.servlet.GraphQLConfiguration
 
addListener(GraphQLServletListener) - Method in class graphql.kickstart.servlet.AbstractGraphQLHttpServlet
 
ApolloScalars - Class in graphql.kickstart.servlet.apollo
 
ApolloScalars() - Constructor for class graphql.kickstart.servlet.apollo.ApolloScalars
 
ApolloWebSocketSubscriptionProtocolFactory - Class in graphql.kickstart.servlet.apollo
 
ApolloWebSocketSubscriptionProtocolFactory(GraphQLObjectMapper, GraphQLSubscriptionInvocationInputFactory, GraphQLInvoker) - Constructor for class graphql.kickstart.servlet.apollo.ApolloWebSocketSubscriptionProtocolFactory
 
ApolloWebSocketSubscriptionProtocolFactory(GraphQLObjectMapper, GraphQLSubscriptionInvocationInputFactory, GraphQLInvoker, Duration) - Constructor for class graphql.kickstart.servlet.apollo.ApolloWebSocketSubscriptionProtocolFactory
 
ApolloWebSocketSubscriptionProtocolFactory(GraphQLObjectMapper, GraphQLSubscriptionInvocationInputFactory, GraphQLInvoker, Collection<ApolloSubscriptionConnectionListener>) - Constructor for class graphql.kickstart.servlet.apollo.ApolloWebSocketSubscriptionProtocolFactory
 
ApolloWebSocketSubscriptionProtocolFactory(GraphQLObjectMapper, GraphQLSubscriptionInvocationInputFactory, GraphQLInvoker, Collection<ApolloSubscriptionConnectionListener>, Duration) - Constructor for class graphql.kickstart.servlet.apollo.ApolloWebSocketSubscriptionProtocolFactory
 
ApolloWebSocketSubscriptionSession - Class in graphql.kickstart.servlet.apollo
 
ApolloWebSocketSubscriptionSession(GraphQLSubscriptionMapper, Session) - Constructor for class graphql.kickstart.servlet.apollo.ApolloWebSocketSubscriptionSession
 
APPLICATION_EVENT_STREAM_UTF8 - Static variable in interface graphql.kickstart.servlet.HttpRequestHandler
 
APPLICATION_JSON_UTF8 - Static variable in interface graphql.kickstart.servlet.HttpRequestHandler
 
asyncCorePoolSize(int) - Method in class graphql.kickstart.servlet.GraphQLConfiguration.Builder
 
asyncMaxPoolSize(int) - Method in class graphql.kickstart.servlet.GraphQLConfiguration.Builder
 
AsyncTaskDecorator - Interface in graphql.kickstart.servlet
 
asyncTimeout(long) - Method in class graphql.kickstart.servlet.GraphQLConfiguration.Builder
 

B

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

C

CachedResponse - Class in graphql.kickstart.servlet.cache
 
CacheReader - Class in graphql.kickstart.servlet.cache
 
CacheReader() - Constructor for class graphql.kickstart.servlet.cache.CacheReader
 
CachingHttpRequestInvoker - Class in graphql.kickstart.servlet.cache
 
CachingHttpRequestInvoker(GraphQLConfiguration) - Constructor for class graphql.kickstart.servlet.cache.CachingHttpRequestInvoker
 
CachingQueryResponseWriter - Class in graphql.kickstart.servlet.cache
 
CachingQueryResponseWriter(QueryResponseWriter, GraphQLResponseCacheManager, GraphQLInvocationInput, boolean) - Constructor for class graphql.kickstart.servlet.cache.CachingQueryResponseWriter
 
CachingQueryResponseWriterFactory - Class in graphql.kickstart.servlet.cache
 
CachingQueryResponseWriterFactory() - Constructor for class graphql.kickstart.servlet.cache.CachingQueryResponseWriterFactory
 
close() - Method in class graphql.kickstart.servlet.cache.BufferedHttpServletResponse
 
create(ContextSetting, List<GraphQLRequest>, HttpServletRequest, HttpServletResponse) - Method in class graphql.kickstart.servlet.input.GraphQLInvocationInputFactory
 
create(ContextSetting, List<GraphQLRequest>, Session) - Method in class graphql.kickstart.servlet.input.GraphQLInvocationInputFactory
 
create(GraphQLRequest) - Method in class graphql.kickstart.servlet.input.GraphQLInvocationInputFactory
 
create(GraphQLRequest, SubscriptionSession) - Method in class graphql.kickstart.servlet.input.GraphQLInvocationInputFactory
 
create(GraphQLRequest, HttpServletRequest, HttpServletResponse) - Method in class graphql.kickstart.servlet.input.GraphQLInvocationInputFactory
 
createConsumer(SubscriptionSession) - Method in class graphql.kickstart.servlet.subscriptions.FallbackSubscriptionProtocolFactory
 
createConsumer(SubscriptionSession) - Method in interface graphql.kickstart.servlet.subscriptions.WebSocketSubscriptionProtocolFactory
 
createReadOnly(ContextSetting, List<GraphQLRequest>, HttpServletRequest, HttpServletResponse) - Method in class graphql.kickstart.servlet.input.GraphQLInvocationInputFactory
 
createReadOnly(GraphQLRequest, HttpServletRequest, HttpServletResponse) - Method in class graphql.kickstart.servlet.input.GraphQLInvocationInputFactory
 
createServletContext() - Static method in class graphql.kickstart.servlet.context.DefaultGraphQLServletContext
Deprecated.
 
createServletContext(DataLoaderRegistry) - Static method in class graphql.kickstart.servlet.context.DefaultGraphQLServletContext
Deprecated.
 
createSession(Session) - Method in class graphql.kickstart.servlet.apollo.ApolloWebSocketSubscriptionProtocolFactory
 
createSession(Session) - Method in class graphql.kickstart.servlet.subscriptions.FallbackSubscriptionProtocolFactory
 
createSession(Session) - Method in interface graphql.kickstart.servlet.subscriptions.WebSocketSubscriptionProtocolFactory
 
createWebSocketContext() - Static method in class graphql.kickstart.servlet.context.DefaultGraphQLWebSocketContext
Deprecated.
 
createWebSocketContext(DataLoaderRegistry) - Static method in class graphql.kickstart.servlet.context.DefaultGraphQLWebSocketContext
Deprecated.
 
createWriter(GraphQLInvocationInput, GraphQLQueryResult) - Method in class graphql.kickstart.servlet.HttpRequestInvokerImpl
 
createWriter(GraphQLInvocationInput, GraphQLQueryResult, GraphQLConfiguration) - Method in class graphql.kickstart.servlet.cache.CachingQueryResponseWriterFactory
 
createWriter(GraphQLInvocationInput, GraphQLQueryResult, GraphQLConfiguration) - Method in interface graphql.kickstart.servlet.QueryResponseWriterFactory
 
createWriter(GraphQLInvocationInput, GraphQLQueryResult, GraphQLConfiguration) - Method in class graphql.kickstart.servlet.QueryResponseWriterFactoryImpl
 

D

deactivate() - Method in class graphql.kickstart.servlet.OsgiGraphQLHttpServlet
 
decorate(Runnable) - Method in interface graphql.kickstart.servlet.AsyncTaskDecorator
 
DefaultGraphQLRootObjectBuilder - Class in graphql.kickstart.servlet.core
 
DefaultGraphQLRootObjectBuilder() - Constructor for class graphql.kickstart.servlet.core.DefaultGraphQLRootObjectBuilder
 
DefaultGraphQLSchemaServletProvider - Class in graphql.kickstart.servlet.config
 
DefaultGraphQLSchemaServletProvider(GraphQLSchema) - Constructor for class graphql.kickstart.servlet.config.DefaultGraphQLSchemaServletProvider
 
DefaultGraphQLServletContext - Class in graphql.kickstart.servlet.context
Deprecated.
Use GraphQLKickstartContext instead
DefaultGraphQLServletContext(DataLoaderRegistry, HttpServletRequest, HttpServletResponse) - Constructor for class graphql.kickstart.servlet.context.DefaultGraphQLServletContext
Deprecated.
 
DefaultGraphQLServletContext.Builder - Class in graphql.kickstart.servlet.context
Deprecated.
 
DefaultGraphQLServletContextBuilder - Class in graphql.kickstart.servlet.context
Returns an empty context.
DefaultGraphQLServletContextBuilder() - Constructor for class graphql.kickstart.servlet.context.DefaultGraphQLServletContextBuilder
 
DefaultGraphQLWebSocketContext - Class in graphql.kickstart.servlet.context
Deprecated.
Use GraphQLKickstartContext instead
DefaultGraphQLWebSocketContext.Builder - Class in graphql.kickstart.servlet.context
Deprecated.
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class graphql.kickstart.servlet.AbstractGraphQLHttpServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class graphql.kickstart.servlet.AbstractGraphQLHttpServlet
 

E

execute(GraphQLInvocationInput, HttpServletRequest, HttpServletResponse, ListenerHandler) - Method in class graphql.kickstart.servlet.cache.CachingHttpRequestInvoker
Try to return value from cache if cache exists, otherwise process the query normally
execute(GraphQLInvocationInput, HttpServletRequest, HttpServletResponse, ListenerHandler) - Method in interface graphql.kickstart.servlet.HttpRequestInvoker
 
execute(GraphQLInvocationInput, HttpServletRequest, HttpServletResponse, ListenerHandler) - Method in class graphql.kickstart.servlet.HttpRequestInvokerImpl
 
executeQuery(String) - Method in class graphql.kickstart.servlet.AbstractGraphQLHttpServlet
 
executeQuery(String) - Method in interface graphql.kickstart.servlet.core.GraphQLMBean
 

F

FallbackSubscriptionConsumer - Class in graphql.kickstart.servlet.subscriptions
 
FallbackSubscriptionConsumer() - Constructor for class graphql.kickstart.servlet.subscriptions.FallbackSubscriptionConsumer
 
FallbackSubscriptionProtocolFactory - Class in graphql.kickstart.servlet.subscriptions
 
FallbackSubscriptionProtocolFactory(GraphQLSubscriptionMapper, GraphQLSubscriptionInvocationInputFactory, GraphQLInvoker) - Constructor for class graphql.kickstart.servlet.subscriptions.FallbackSubscriptionProtocolFactory
 
flushBuffer() - Method in class graphql.kickstart.servlet.cache.BufferedHttpServletResponse
 

G

get(HttpServletRequest, GraphQLInvocationInput) - Method in interface graphql.kickstart.servlet.cache.GraphQLResponseCacheManager
Retrieve the cache by input data.
getBatchedInvocationInput() - Method in class graphql.kickstart.servlet.input.BatchInputPreProcessResult
 
getBatchInputPreProcessor() - Method in class graphql.kickstart.servlet.GraphQLConfiguration
 
getCodeRegistry() - Method in interface graphql.kickstart.servlet.osgi.GraphQLCodeRegistryProvider
 
getConfiguration() - Method in class graphql.kickstart.servlet.AbstractGraphQLHttpServlet
 
getConfiguration() - Method in class graphql.kickstart.servlet.GraphQLHttpServlet
 
getConfiguration() - Method in class graphql.kickstart.servlet.OsgiGraphQLHttpServlet
 
getContentAsByteArray() - Method in class graphql.kickstart.servlet.cache.BufferedHttpServletResponse
 
getContentBytes() - Method in class graphql.kickstart.servlet.cache.CachedResponse
 
getContextSetting() - Method in class graphql.kickstart.servlet.GraphQLConfiguration
 
getErrorMessage() - Method in class graphql.kickstart.servlet.cache.BufferedHttpServletResponse
 
getErrorMessage() - Method in class graphql.kickstart.servlet.cache.CachedResponse
 
getErrorStatusCode() - Method in class graphql.kickstart.servlet.cache.CachedResponse
 
getFields() - Method in interface graphql.kickstart.servlet.osgi.GraphQLFieldProvider
 
getFields() - Method in interface graphql.kickstart.servlet.osgi.GraphQLMutationProvider
 
getFields() - Method in interface graphql.kickstart.servlet.osgi.GraphQLSubscriptionProvider
 
getFileParts() - Method in class graphql.kickstart.servlet.context.DefaultGraphQLServletContext
Deprecated.
Use dataFetchingEnvironment.getGraphQlContext().get(HttpServletRequest.class) instead to get the request and retrieve the file parts yourself. Since 13.0.0
getFileParts() - Method in interface graphql.kickstart.servlet.context.GraphQLServletContext
Deprecated.
 
getGraphQLInvoker() - Method in class graphql.kickstart.servlet.GraphQLConfiguration
 
getHandshakeRequest() - Method in class graphql.kickstart.servlet.context.DefaultGraphQLWebSocketContext
Deprecated.
Use dataFetchingEnvironment.getGraphQlContext().get(HandshakeRequest.class) instead. Since 13.0.0
getHandshakeRequest() - Method in interface graphql.kickstart.servlet.context.GraphQLWebSocketContext
Deprecated.
 
getHttpRequestHandler() - Method in class graphql.kickstart.servlet.GraphQLConfiguration
 
getHttpServletRequest() - Method in class graphql.kickstart.servlet.context.DefaultGraphQLServletContext
Deprecated.
Use dataFetchingEnvironment.getGraphQlContext().get(HttpServletRequest.class) instead. Since 13.0.0
getHttpServletRequest() - Method in interface graphql.kickstart.servlet.context.GraphQLServletContext
Deprecated.
 
getHttpServletResponse() - Method in class graphql.kickstart.servlet.context.DefaultGraphQLServletContext
Deprecated.
Use dataFetchingEnvironment.getGraphQlContext().get(HttpServletResponse.class) instead. Since 13.0.0
getHttpServletResponse() - Method in interface graphql.kickstart.servlet.context.GraphQLServletContext
Deprecated.
 
getId() - Method in class graphql.kickstart.servlet.apollo.ApolloWebSocketSubscriptionSession
 
getId() - Method in class graphql.kickstart.servlet.subscriptions.WebSocketSubscriptionSession
 
getInvocationInputFactory() - Method in class graphql.kickstart.servlet.GraphQLConfiguration
 
getListeners() - Method in class graphql.kickstart.servlet.GraphQLConfiguration
 
getMutations() - Method in class graphql.kickstart.servlet.AbstractGraphQLHttpServlet
 
getMutations() - Method in interface graphql.kickstart.servlet.core.GraphQLMBean
 
getMutations() - Method in interface graphql.kickstart.servlet.osgi.GraphQLMutationProvider
 
getObjectMapper() - Method in class graphql.kickstart.servlet.GraphQLConfiguration
 
getOutputStream() - Method in class graphql.kickstart.servlet.cache.BufferedHttpServletResponse
 
getParts() - Method in class graphql.kickstart.servlet.context.DefaultGraphQLServletContext
Deprecated.
Use dataFetchingEnvironment.getGraphQlContext().get(HttpServletRequest.class) instead to get the request and retrieve the parts yourself. Since 13.0.0
getParts() - Method in interface graphql.kickstart.servlet.context.GraphQLServletContext
Deprecated.
 
getQueries() - Method in class graphql.kickstart.servlet.AbstractGraphQLHttpServlet
 
getQueries() - Method in interface graphql.kickstart.servlet.core.GraphQLMBean
 
getQueries() - Method in interface graphql.kickstart.servlet.osgi.GraphQLQueryProvider
 
getReadOnlySchema(HttpServletRequest) - Method in class graphql.kickstart.servlet.config.DefaultGraphQLSchemaServletProvider
 
getReadOnlySchema(HttpServletRequest) - Method in interface graphql.kickstart.servlet.config.GraphQLSchemaServletProvider
 
getResponseCacheManager() - Method in class graphql.kickstart.servlet.GraphQLConfiguration
 
getSchema(HttpServletRequest) - Method in class graphql.kickstart.servlet.config.DefaultGraphQLSchemaServletProvider
 
getSchema(HttpServletRequest) - Method in interface graphql.kickstart.servlet.config.GraphQLSchemaServletProvider
 
getSchema(HandshakeRequest) - Method in class graphql.kickstart.servlet.config.DefaultGraphQLSchemaServletProvider
 
getSchema(HandshakeRequest) - Method in interface graphql.kickstart.servlet.config.GraphQLSchemaServletProvider
 
getSchemaProvider() - Method in class graphql.kickstart.servlet.input.GraphQLInvocationInputFactory
 
getSession() - Method in class graphql.kickstart.servlet.context.DefaultGraphQLWebSocketContext
Deprecated.
Use dataFetchingEnvironment.getGraphQlContext().get(Session.class) instead. Since 13.0.0
getSession() - Method in interface graphql.kickstart.servlet.context.GraphQLWebSocketContext
Deprecated.
 
getSessionCount() - Method in class graphql.kickstart.servlet.GraphQLWebsocketServlet
 
getStatusCode() - Method in class graphql.kickstart.servlet.input.BatchInputPreProcessResult
 
getStatusMessage() - Method in class graphql.kickstart.servlet.input.BatchInputPreProcessResult
 
getSubscriptionCount() - Method in class graphql.kickstart.servlet.GraphQLWebsocketServlet
 
getSubscriptions() - Method in interface graphql.kickstart.servlet.osgi.GraphQLSubscriptionProvider
 
getSubscriptionTimeout() - Method in class graphql.kickstart.servlet.GraphQLConfiguration
 
getTypes() - Method in interface graphql.kickstart.servlet.osgi.GraphQLTypesProvider
 
getUserProperties() - Method in class graphql.kickstart.servlet.apollo.ApolloWebSocketSubscriptionSession
 
getUserProperties() - Method in class graphql.kickstart.servlet.subscriptions.WebSocketSubscriptionSession
 
getWriter() - Method in class graphql.kickstart.servlet.cache.BufferedHttpServletResponse
 
graphql.kickstart.servlet - package graphql.kickstart.servlet
 
graphql.kickstart.servlet.apollo - package graphql.kickstart.servlet.apollo
 
graphql.kickstart.servlet.cache - package graphql.kickstart.servlet.cache
 
graphql.kickstart.servlet.config - package graphql.kickstart.servlet.config
 
graphql.kickstart.servlet.context - package graphql.kickstart.servlet.context
 
graphql.kickstart.servlet.core - package graphql.kickstart.servlet.core
 
graphql.kickstart.servlet.core.internal - package graphql.kickstart.servlet.core.internal
 
graphql.kickstart.servlet.input - package graphql.kickstart.servlet.input
 
graphql.kickstart.servlet.osgi - package graphql.kickstart.servlet.osgi
 
graphql.kickstart.servlet.subscriptions - package graphql.kickstart.servlet.subscriptions
 
GraphQLCodeRegistryProvider - Interface in graphql.kickstart.servlet.osgi
 
GraphQLConfiguration - Class in graphql.kickstart.servlet
 
GraphQLConfiguration.Builder - Class in graphql.kickstart.servlet
 
GraphQLFieldProvider - Interface in graphql.kickstart.servlet.osgi
 
GraphQLHttpServlet - Class in graphql.kickstart.servlet
 
GraphQLHttpServlet() - Constructor for class graphql.kickstart.servlet.GraphQLHttpServlet
 
GraphQLInvocationInputFactory - Class in graphql.kickstart.servlet.input
 
GraphQLInvocationInputFactory(Supplier<GraphQLSchemaServletProvider>, Supplier<GraphQLServletContextBuilder>, Supplier<GraphQLServletRootObjectBuilder>) - Constructor for class graphql.kickstart.servlet.input.GraphQLInvocationInputFactory
 
GraphQLInvocationInputFactory.Builder - Class in graphql.kickstart.servlet.input
 
GraphQLMBean - Interface in graphql.kickstart.servlet.core
 
GraphQLMutationProvider - Interface in graphql.kickstart.servlet.osgi
 
GraphQLProvider - Interface in graphql.kickstart.servlet.osgi
 
GraphQLQueryProvider - Interface in graphql.kickstart.servlet.osgi
This interface is used by OSGi bundles to plugin new field into the root query type
GraphQLResponseCacheManager - Interface in graphql.kickstart.servlet.cache
 
GraphQLSchemaServletProvider - Interface in graphql.kickstart.servlet.config
 
GraphQLServletContext - Interface in graphql.kickstart.servlet.context
Deprecated.
Use GraphQLKickstartContext instead
GraphQLServletContextBuilder - Interface in graphql.kickstart.servlet.context
 
GraphQLServletListener - Interface in graphql.kickstart.servlet.core
 
GraphQLServletListener.RequestCallback - Interface in graphql.kickstart.servlet.core
The callback which used to add additional listeners for GraphQL request execution.
GraphQLServletRootObjectBuilder - Interface in graphql.kickstart.servlet.core
 
GraphQLSubscriptionProvider - Interface in graphql.kickstart.servlet.osgi
 
GraphQLThreadFactory - Class in graphql.kickstart.servlet.core.internal
ThreadFactory implementation for AbstractGraphQLHttpServlet async operations
GraphQLThreadFactory() - Constructor for class graphql.kickstart.servlet.core.internal.GraphQLThreadFactory
 
GraphQLTypesProvider - Interface in graphql.kickstart.servlet.osgi
 
GraphQLWebSocketContext - Interface in graphql.kickstart.servlet.context
Deprecated.
Use GraphQLKickstartContext instead
GraphQLWebsocketServlet - Class in graphql.kickstart.servlet
GraphQLWebsocketServlet(GraphQLInvoker, GraphQLSubscriptionInvocationInputFactory, GraphQLObjectMapper) - Constructor for class graphql.kickstart.servlet.GraphQLWebsocketServlet
 
GraphQLWebsocketServlet(GraphQLInvoker, GraphQLSubscriptionInvocationInputFactory, GraphQLObjectMapper, Collection<SubscriptionConnectionListener>) - Constructor for class graphql.kickstart.servlet.GraphQLWebsocketServlet
 
GraphQLWebsocketServlet(GraphQLInvoker, GraphQLSubscriptionInvocationInputFactory, GraphQLObjectMapper, List<SubscriptionProtocolFactory>, SubscriptionProtocolFactory) - Constructor for class graphql.kickstart.servlet.GraphQLWebsocketServlet
 
GraphQLWebsocketServlet(GraphQLConfiguration) - Constructor for class graphql.kickstart.servlet.GraphQLWebsocketServlet
 
GraphQLWebsocketServlet(GraphQLConfiguration, Collection<SubscriptionConnectionListener>) - Constructor for class graphql.kickstart.servlet.GraphQLWebsocketServlet
 

H

handle(HttpServletRequest, HttpServletResponse) - Method in interface graphql.kickstart.servlet.HttpRequestHandler
 
HttpRequestHandler - Interface in graphql.kickstart.servlet
 
HttpRequestInvoker - Interface in graphql.kickstart.servlet
 
HttpRequestInvokerImpl - Class in graphql.kickstart.servlet
 
HttpRequestInvokerImpl() - Constructor for class graphql.kickstart.servlet.HttpRequestInvokerImpl
 

I

InvocationInputParseException - Exception in graphql.kickstart.servlet
 
InvocationInputParseException(Throwable) - Constructor for exception graphql.kickstart.servlet.InvocationInputParseException
 
isCacheable(HttpServletRequest, GraphQLInvocationInput) - Method in interface graphql.kickstart.servlet.cache.GraphQLResponseCacheManager
Decide to cache or not this response.
isCommitted() - Method in class graphql.kickstart.servlet.cache.BufferedHttpServletResponse
 
isError() - Method in class graphql.kickstart.servlet.cache.CachedResponse
 
isExecutable() - Method in class graphql.kickstart.servlet.input.BatchInputPreProcessResult
 
isOpen() - Method in class graphql.kickstart.servlet.apollo.ApolloWebSocketSubscriptionSession
 
isOpen() - Method in class graphql.kickstart.servlet.subscriptions.WebSocketSubscriptionSession
 
isShutDown() - Method in class graphql.kickstart.servlet.GraphQLWebsocketServlet
 

L

ListenerHandler - Class in graphql.kickstart.servlet
 
ListenerHandler() - Constructor for class graphql.kickstart.servlet.ListenerHandler
 

M

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

N

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

O

ofContent(byte[]) - Static method in class graphql.kickstart.servlet.cache.CachedResponse
Constructor for success response
ofError(int, String) - Static method in class graphql.kickstart.servlet.cache.CachedResponse
Constructor for error response
onClose(Session, CloseReason) - Method in class graphql.kickstart.servlet.GraphQLWebsocketServlet
 
onComplete() - Method in class graphql.kickstart.servlet.subscriptions.WebSocketSendSubscriber
 
onError(HttpServletRequest, HttpServletResponse, Throwable) - Method in interface graphql.kickstart.servlet.core.GraphQLServletListener.RequestCallback
Called when GraphQL was failed and the response was written already.
onError(Session, Throwable) - Method in class graphql.kickstart.servlet.GraphQLWebsocketServlet
 
onError(Throwable) - Method in class graphql.kickstart.servlet.subscriptions.WebSocketSendSubscriber
 
onFinally(HttpServletRequest, HttpServletResponse) - Method in interface graphql.kickstart.servlet.core.GraphQLServletListener.RequestCallback
Called finally once on both success and failed GraphQL invocation.
onNext(String) - Method in class graphql.kickstart.servlet.subscriptions.WebSocketSendSubscriber
 
onOpen(Session, EndpointConfig) - Method in class graphql.kickstart.servlet.GraphQLWebsocketServlet
 
onParseError(HttpServletRequest, HttpServletResponse, Throwable) - Method in interface graphql.kickstart.servlet.core.GraphQLServletListener.RequestCallback
Called when failed to parse InvocationInput and the response was not written.
onRequest(HttpServletRequest, HttpServletResponse) - Method in interface graphql.kickstart.servlet.core.GraphQLServletListener
Called this method when the request started processing.
onSubscribe(Subscription) - Method in class graphql.kickstart.servlet.subscriptions.WebSocketSendSubscriber
 
onSuccess(HttpServletRequest, HttpServletResponse) - Method in interface graphql.kickstart.servlet.core.GraphQLServletListener.RequestCallback
Called when GraphQL invoked successfully and the response was written already.
OsgiGraphQLHttpServlet - Class in graphql.kickstart.servlet
 
OsgiGraphQLHttpServlet() - Constructor for class graphql.kickstart.servlet.OsgiGraphQLHttpServlet
 

P

PartIOException - Exception in graphql.kickstart.servlet
 
PartIOException(String, Throwable) - Constructor for exception graphql.kickstart.servlet.PartIOException
 
preProcessBatch(GraphQLBatchedInvocationInput, HttpServletRequest, HttpServletResponse) - Method in interface graphql.kickstart.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.kickstart.servlet.input.NoOpBatchInputPreProcessor
 
put(HttpServletRequest, GraphQLInvocationInput, CachedResponse) - Method in interface graphql.kickstart.servlet.cache.GraphQLResponseCacheManager
Cache this response.

Q

QueryResponseWriter - Interface in graphql.kickstart.servlet
 
QueryResponseWriterFactory - Interface in graphql.kickstart.servlet
 
QueryResponseWriterFactoryImpl - Class in graphql.kickstart.servlet
 
QueryResponseWriterFactoryImpl() - Constructor for class graphql.kickstart.servlet.QueryResponseWriterFactoryImpl
 

R

remove(GraphQLServletListener) - Method in class graphql.kickstart.servlet.GraphQLConfiguration
 
removeListener(GraphQLServletListener) - Method in class graphql.kickstart.servlet.AbstractGraphQLHttpServlet
 
responseFromCache(GraphQLInvocationInput, HttpServletRequest, HttpServletResponse, GraphQLResponseCacheManager) - Method in class graphql.kickstart.servlet.cache.CacheReader
Response from cache if possible, if nothing in cache will not produce any response

S

sendError(int) - Method in class graphql.kickstart.servlet.cache.BufferedHttpServletResponse
 
sendError(int, String) - Method in class graphql.kickstart.servlet.cache.BufferedHttpServletResponse
 
setContextBuilder(GraphQLServletContextBuilder) - Method in class graphql.kickstart.servlet.OsgiGraphQLHttpServlet
 
setErrorHandler(GraphQLErrorHandler) - Method in class graphql.kickstart.servlet.OsgiGraphQLHttpServlet
 
setExecutionStrategyProvider(ExecutionStrategyProvider) - Method in class graphql.kickstart.servlet.OsgiGraphQLHttpServlet
 
setInstrumentationProvider(InstrumentationProvider) - Method in class graphql.kickstart.servlet.OsgiGraphQLHttpServlet
 
setPreparsedDocumentProvider(PreparsedDocumentProvider) - Method in class graphql.kickstart.servlet.OsgiGraphQLHttpServlet
 
setRootObjectBuilder(GraphQLServletRootObjectBuilder) - Method in class graphql.kickstart.servlet.OsgiGraphQLHttpServlet
 
STATUS_BAD_REQUEST - Static variable in interface graphql.kickstart.servlet.HttpRequestHandler
 
STATUS_INTERNAL_SERVER_ERROR - Static variable in interface graphql.kickstart.servlet.HttpRequestHandler
 
STATUS_OK - Static variable in interface graphql.kickstart.servlet.HttpRequestHandler
 

U

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

V

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

W

WebSocketSendSubscriber - Class in graphql.kickstart.servlet.subscriptions
 
WebSocketSendSubscriber() - Constructor for class graphql.kickstart.servlet.subscriptions.WebSocketSendSubscriber
 
WebSocketSubscriptionProtocolFactory - Interface in graphql.kickstart.servlet.subscriptions
 
WebSocketSubscriptionSession - Class in graphql.kickstart.servlet.subscriptions
 
WebSocketSubscriptionSession(GraphQLSubscriptionMapper, Session) - Constructor for class graphql.kickstart.servlet.subscriptions.WebSocketSubscriptionSession
 
with(long) - Method in class graphql.kickstart.servlet.GraphQLConfiguration.Builder
 
with(ContextSetting) - Method in class graphql.kickstart.servlet.GraphQLConfiguration.Builder
 
with(GraphQLInvoker) - Method in class graphql.kickstart.servlet.GraphQLConfiguration.Builder
 
with(GraphQLObjectMapper) - Method in class graphql.kickstart.servlet.GraphQLConfiguration.Builder
 
with(GraphQLQueryInvoker) - Method in class graphql.kickstart.servlet.GraphQLConfiguration.Builder
 
with(AsyncTaskDecorator) - Method in class graphql.kickstart.servlet.GraphQLConfiguration.Builder
 
with(GraphQLResponseCacheManager) - Method in class graphql.kickstart.servlet.GraphQLConfiguration.Builder
 
with(GraphQLSchemaServletProvider) - Static method in class graphql.kickstart.servlet.GraphQLConfiguration
 
with(GraphQLServletContextBuilder) - Method in class graphql.kickstart.servlet.GraphQLConfiguration.Builder
 
with(GraphQLServletRootObjectBuilder) - Method in class graphql.kickstart.servlet.GraphQLConfiguration.Builder
 
with(GraphQLConfiguration) - Static method in class graphql.kickstart.servlet.GraphQLHttpServlet
 
with(BatchInputPreProcessor) - Method in class graphql.kickstart.servlet.GraphQLConfiguration.Builder
 
with(GraphQLInvocationInputFactory) - Static method in class graphql.kickstart.servlet.GraphQLConfiguration
 
with(GraphQLSchema) - Static method in class graphql.kickstart.servlet.GraphQLConfiguration
 
with(GraphQLSchema) - Static method in class graphql.kickstart.servlet.GraphQLHttpServlet
 
with(HttpServletRequest) - Method in class graphql.kickstart.servlet.context.DefaultGraphQLServletContext.Builder
Deprecated.
 
with(HttpServletResponse) - Method in class graphql.kickstart.servlet.context.DefaultGraphQLServletContext.Builder
Deprecated.
 
with(HandshakeRequest) - Method in class graphql.kickstart.servlet.context.DefaultGraphQLWebSocketContext.Builder
Deprecated.
 
with(Session) - Method in class graphql.kickstart.servlet.context.DefaultGraphQLWebSocketContext.Builder
Deprecated.
 
with(Executor) - Method in class graphql.kickstart.servlet.GraphQLConfiguration.Builder
 
with(Supplier<BatchInputPreProcessor>) - Method in class graphql.kickstart.servlet.GraphQLConfiguration.Builder
 
with(List<GraphQLServletListener>) - Method in class graphql.kickstart.servlet.GraphQLConfiguration.Builder
 
with(DataLoaderRegistry) - Method in class graphql.kickstart.servlet.context.DefaultGraphQLServletContext.Builder
Deprecated.
 
with(DataLoaderRegistry) - Method in class graphql.kickstart.servlet.context.DefaultGraphQLWebSocketContext.Builder
Deprecated.
 
withGraphQLContextBuilder(GraphQLServletContextBuilder) - Method in class graphql.kickstart.servlet.input.GraphQLInvocationInputFactory.Builder
 
withGraphQLContextBuilder(Supplier<GraphQLServletContextBuilder>) - Method in class graphql.kickstart.servlet.input.GraphQLInvocationInputFactory.Builder
 
withGraphQLRootObjectBuilder(GraphQLServletRootObjectBuilder) - Method in class graphql.kickstart.servlet.input.GraphQLInvocationInputFactory.Builder
 
withGraphQLRootObjectBuilder(Supplier<GraphQLServletRootObjectBuilder>) - Method in class graphql.kickstart.servlet.input.GraphQLInvocationInputFactory.Builder
 
write(HttpServletRequest, HttpServletResponse) - Method in class graphql.kickstart.servlet.cache.CachingQueryResponseWriter
 
write(HttpServletRequest, HttpServletResponse) - Method in interface graphql.kickstart.servlet.QueryResponseWriter
 
A B C D E F G H I L M N O P Q R S U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form