Package | Description |
---|---|
org.springframework.graphql.server |
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
|
org.springframework.graphql.server.webmvc |
HTTP and WebSocket handlers for use in a Spring WebMvc application.
|
org.springframework.graphql.test.tester |
GraphQL client testing support.
|
Class and Description |
---|
RSocketGraphQlInterceptor
Interceptor for server handling of GraphQL over RSocket requests,
allowing customization of the
ExecutionInput and
the ExecutionResult . |
RSocketGraphQlInterceptor.Chain
Contract for delegation to the rest of the chain.
|
RSocketGraphQlRequest
GraphQlRequest implementation for server
handling over RSocket. |
RSocketGraphQlResponse
GraphQlResponse implementation for server
handling over RSocket. |
RSocketGraphQlResponse.Builder
Builder to transform a
RSocketGraphQlResponse . |
WebGraphQlHandler
Contract for common handling of a GraphQL request over HTTP or WebSocket,
for use with Spring MVC or Spring WebFlux.
|
WebGraphQlHandler.Builder
Builder for a
WebGraphQlHandler that executes a
WebGraphQlInterceptor chain followed by a
ExecutionGraphQlService . |
WebGraphQlInterceptor
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
ExecutionInput and
the ExecutionResult . |
WebGraphQlInterceptor.Chain
Contract for delegation to the rest of the chain.
|
WebGraphQlRequest
GraphQlRequest implementation for server
handling over HTTP or WebSocket. |
WebGraphQlResponse
GraphQlResponse implementation for server
handling over HTTP or over WebSocket. |
WebGraphQlResponse.Builder
Builder to transform a
WebGraphQlResponse . |
WebSocketGraphQlInterceptor
An extension of
WebGraphQlInterceptor with additional methods
to handle the start and end of a WebSocket connection. |
WebSocketSessionInfo
Expose information about the underlying WebSocketSession including the
session id, the attributes, and HTTP handshake request.
|
Class and Description |
---|
WebGraphQlHandler
Contract for common handling of a GraphQL request over HTTP or WebSocket,
for use with Spring MVC or Spring WebFlux.
|
Class and Description |
---|
WebGraphQlHandler
Contract for common handling of a GraphQL request over HTTP or WebSocket,
for use with Spring MVC or Spring WebFlux.
|