Package org.springframework.graphql.server.support
@NonNullApi
@NonNullFields
package org.springframework.graphql.server.support
Support classes for Web transports.
-
ClassDescriptionBase class for interceptors that extract an
Authentication
from the payload of a"connection_init"
GraphQL over WebSocket message.Strategy to extract anAuthentication
from the payload of a"connection_init"
GraphQL over WebSocket message.AuthenticationExtractor
that extracts a bearer token.Represents a GraphQL over WebSocket protocol message.Enum for a message type as defined in the GraphQL over WebSocket spec proposal.GraphQlRequest
for deserialization from a request.