Uses of Package
org.springframework.graphql.server.support
Packages that use org.springframework.graphql.server.support
Package
Description
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.
- 
Classes in org.springframework.graphql.server.support used by org.springframework.graphql.server.supportClassDescriptionStrategy to extract an
Authenticationfrom the payload of a"connection_init"GraphQL over WebSocket message.Represents a GraphQL over WebSocket protocol message.Enum for a message type as defined in the GraphQL over WebSocket spec proposal.Interceptor that copies HTTP request headers to the GraphQL context to make them available to data fetchers such as annotated controllers, which can use@ContextValuemethod parameters to access the headers as context values.Builder forHttpRequestHeaderInterceptor. - 
Classes in org.springframework.graphql.server.support used by org.springframework.graphql.server.webfluxClassDescriptionBase class for interceptors that extract an
Authenticationfrom the payload of a"connection_init"GraphQL over WebSocket message.Strategy to extract anAuthenticationfrom the payload of a"connection_init"GraphQL over WebSocket message. - 
Classes in org.springframework.graphql.server.support used by org.springframework.graphql.server.webmvcClassDescriptionBase class for interceptors that extract an
Authenticationfrom the payload of a"connection_init"GraphQL over WebSocket message.Strategy to extract anAuthenticationfrom the payload of a"connection_init"GraphQL over WebSocket message.