Uses of Interface
org.springframework.graphql.server.WebSocketGraphQlInterceptor
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.
-
Uses of WebSocketGraphQlInterceptor in org.springframework.graphql.server
Modifier and TypeMethodDescriptionWebGraphQlHandler.getWebSocketInterceptor()
Return the single interceptor of typeWebSocketGraphQlInterceptor
among all the configured interceptors. -
Uses of WebSocketGraphQlInterceptor in org.springframework.graphql.server.support
Modifier and TypeClassDescriptionclass
Base class for interceptors that extract anAuthentication
from the payload of a"connection_init"
GraphQL over WebSocket message. -
Uses of WebSocketGraphQlInterceptor in org.springframework.graphql.server.webflux
Modifier and TypeClassDescriptionfinal class
Extension ofAbstractAuthenticationWebSocketInterceptor
for use with the WebFlux GraphQL transport. -
Uses of WebSocketGraphQlInterceptor in org.springframework.graphql.server.webmvc
Modifier and TypeClassDescriptionfinal class
Extension ofAbstractAuthenticationWebSocketInterceptor
for use with the WebMVC GraphQL transport.