Uses of Interface
org.springframework.graphql.server.WebGraphQlHandler
Packages that use WebGraphQlHandler
Package
Description
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
HTTP and WebSocket handlers for use in a Spring WebFlux application.
HTTP and WebSocket handlers for use in a Spring WebMvc application.
GraphQL client testing support.
-
Uses of WebGraphQlHandler in org.springframework.graphql.server
Methods in org.springframework.graphql.server that return WebGraphQlHandlerModifier and TypeMethodDescriptionWebGraphQlHandler.Builder.build()
Build theWebGraphQlHandler
instance. -
Uses of WebGraphQlHandler in org.springframework.graphql.server.webflux
Constructors in org.springframework.graphql.server.webflux with parameters of type WebGraphQlHandlerModifierConstructorDescriptionGraphQlHttpHandler
(WebGraphQlHandler graphQlHandler) Create a new instance.GraphQlWebSocketHandler
(WebGraphQlHandler graphQlHandler, CodecConfigurer codecConfigurer, Duration connectionInitTimeout) Create a new instance. -
Uses of WebGraphQlHandler in org.springframework.graphql.server.webmvc
Constructors in org.springframework.graphql.server.webmvc with parameters of type WebGraphQlHandlerModifierConstructorDescriptionGraphQlHttpHandler
(WebGraphQlHandler graphQlHandler) Create a new instance.GraphQlWebSocketHandler
(WebGraphQlHandler graphQlHandler, HttpMessageConverter<?> converter, Duration connectionInitTimeout) Create a new instance. -
Uses of WebGraphQlHandler in org.springframework.graphql.test.tester
Methods in org.springframework.graphql.test.tester with parameters of type WebGraphQlHandlerModifier and TypeMethodDescriptionstatic WebGraphQlTester.Builder<?>
WebGraphQlTester.builder
(WebGraphQlHandler graphQlHandler) Return a builder for aWebGraphQlTester
.static WebGraphQlTester
WebGraphQlTester.create
(WebGraphQlHandler graphQlHandler) Create aWebGraphQlTester
instance.