Uses of Package
org.springframework.graphql.server
Packages that use org.springframework.graphql.server
Package
Description
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
Support classes for Web transports.
HTTP and WebSocket handlers for use in a Spring WebFlux application.
HTTP and WebSocket handlers for use in a Spring WebMvc application.
GraphQL client testing support.
- 
Classes in org.springframework.graphql.server used by org.springframework.graphql.serverClassDescriptionInterceptor for server handling of GraphQL over RSocket requests, allowing customization of the
ExecutionInputand theExecutionResult.Contract for delegation to the rest of the chain.GraphQlRequestimplementation for server handling over RSocket.GraphQlResponseimplementation for server handling over RSocket.Builder to transform aRSocketGraphQlResponse.Contract for common handling of a GraphQL request over HTTP or WebSocket, for use with Spring MVC or Spring WebFlux.Builder for aWebGraphQlHandlerthat executes aWebGraphQlInterceptorchain followed by aExecutionGraphQlService.Interceptor for server handling of GraphQL over HTTP or WebSocket requests, providing access to info about the underlying HTTP request or WebSocket handshake, and allowing customization of theExecutionInputand theExecutionResult.Contract for delegation to the rest of the chain.GraphQlRequestimplementation for server handling over HTTP or WebSocket.GraphQlResponseimplementation for server handling over HTTP or over WebSocket.Builder to transform aWebGraphQlResponse.An extension ofWebGraphQlInterceptorwith additional methods to handle the start and end of a WebSocket connection, as well as client-side cancellation of subscriptions.Expose information about the underlying WebSocketSession including the session id, the attributes, and HTTP handshake request. - 
Classes in org.springframework.graphql.server used by org.springframework.graphql.server.supportClassDescriptionInterceptor for server handling of GraphQL over HTTP or WebSocket requests, providing access to info about the underlying HTTP request or WebSocket handshake, and allowing customization of the
ExecutionInputand theExecutionResult.Contract for delegation to the rest of the chain.GraphQlRequestimplementation for server handling over HTTP or WebSocket.GraphQlResponseimplementation for server handling over HTTP or over WebSocket.An extension ofWebGraphQlInterceptorwith additional methods to handle the start and end of a WebSocket connection, as well as client-side cancellation of subscriptions.Expose information about the underlying WebSocketSession including the session id, the attributes, and HTTP handshake request. - 
Classes in org.springframework.graphql.server used by org.springframework.graphql.server.webfluxClassDescriptionContract for common handling of a GraphQL request over HTTP or WebSocket, for use with Spring MVC or Spring WebFlux.Interceptor for server handling of GraphQL over HTTP or WebSocket requests, providing access to info about the underlying HTTP request or WebSocket handshake, and allowing customization of the
ExecutionInputand theExecutionResult.GraphQlResponseimplementation for server handling over HTTP or over WebSocket.An extension ofWebGraphQlInterceptorwith additional methods to handle the start and end of a WebSocket connection, as well as client-side cancellation of subscriptions. - 
Classes in org.springframework.graphql.server used by org.springframework.graphql.server.webmvcClassDescriptionContract for common handling of a GraphQL request over HTTP or WebSocket, for use with Spring MVC or Spring WebFlux.Interceptor for server handling of GraphQL over HTTP or WebSocket requests, providing access to info about the underlying HTTP request or WebSocket handshake, and allowing customization of the
ExecutionInputand theExecutionResult.GraphQlResponseimplementation for server handling over HTTP or over WebSocket.An extension ofWebGraphQlInterceptorwith additional methods to handle the start and end of a WebSocket connection, as well as client-side cancellation of subscriptions. - 
Classes in org.springframework.graphql.server used by org.springframework.graphql.test.testerClassDescriptionContract for common handling of a GraphQL request over HTTP or WebSocket, for use with Spring MVC or Spring WebFlux.