Uses of Package
org.springframework.graphql.server.webmvc
Packages that use org.springframework.graphql.server.webmvc
Package
Description
HTTP and WebSocket handlers for use in a Spring WebMvc application.
-
Classes in org.springframework.graphql.server.webmvc used by org.springframework.graphql.server.webmvcClassDescriptionAbstract base class for GraphQL over HTTP handlers.GraphQL handler to expose as a WebMvc functional endpoint via
RouterFunctions.Builder forGraphQlHttpHandler.GraphQL handler that supports the GraphQL Server-Sent Events Protocol and to be exposed as a WebMvc functional endpoint viaRouterFunctions.Builder forGraphQlSseHandler.WebSocketHandler for GraphQL based on GraphQL Over WebSocket Protocol and for use on a Servlet container withspring-websocket.Builder forGraphQlWebSocketHandler.