- 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
-
- 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
-