Uses of Class
org.springframework.graphql.server.WebGraphQlRequest
Packages that use WebGraphQlRequest
Package
Description
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
Support classes for Web transports.
-
Uses of WebGraphQlRequest in org.springframework.graphql.server
Subclasses of WebGraphQlRequest in org.springframework.graphql.serverModifier and TypeClassDescriptionclass
WebGraphQlRequest
extension for server handling of GraphQL over WebSocket requests.Methods in org.springframework.graphql.server with parameters of type WebGraphQlRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<WebGraphQlResponse>
WebGraphQlHandler.handleRequest
(WebGraphQlRequest request) Execute the given request and return the response.reactor.core.publisher.Mono<WebGraphQlResponse>
TimeoutWebGraphQlInterceptor.intercept
(WebGraphQlRequest request, WebGraphQlInterceptor.Chain chain) reactor.core.publisher.Mono<WebGraphQlResponse>
WebGraphQlInterceptor.intercept
(WebGraphQlRequest request, WebGraphQlInterceptor.Chain chain) Intercept a request and delegate to the rest of the chain including other interceptors and aExecutionGraphQlService
.default reactor.core.publisher.Mono<WebGraphQlResponse>
WebSocketGraphQlInterceptor.intercept
(WebGraphQlRequest request, WebGraphQlInterceptor.Chain chain) reactor.core.publisher.Mono<WebGraphQlResponse>
WebGraphQlInterceptor.Chain.next
(WebGraphQlRequest request) Delegate to the rest of the chain to execute the request. -
Uses of WebGraphQlRequest in org.springframework.graphql.server.support
Methods in org.springframework.graphql.server.support with parameters of type WebGraphQlRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<WebGraphQlResponse>
AbstractAuthenticationWebSocketInterceptor.intercept
(WebGraphQlRequest request, WebGraphQlInterceptor.Chain chain)