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.
-
Uses of WebGraphQlHandler in org.springframework.graphql.server
Methods in org.springframework.graphql.server that return WebGraphQlHandlerModifier and TypeMethodDescriptionWebGraphQlHandler.Builder.build()Build theWebGraphQlHandlerinstance. -
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.