Package | Description |
---|---|
org.springframework.graphql.server |
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
|
org.springframework.graphql.server.webflux |
HTTP and WebSocket handlers for use in a Spring WebFlux application.
|
org.springframework.graphql.server.webmvc |
HTTP and WebSocket handlers for use in a Spring WebMvc application.
|
org.springframework.graphql.test.tester |
GraphQL client testing support.
|
Modifier and Type | Method and Description |
---|---|
WebGraphQlHandler |
WebGraphQlHandler.Builder.build()
Build the
WebGraphQlHandler instance. |
Constructor and Description |
---|
GraphQlHttpHandler(WebGraphQlHandler graphQlHandler)
Create a new instance.
|
GraphQlWebSocketHandler(WebGraphQlHandler graphQlHandler,
CodecConfigurer codecConfigurer,
Duration connectionInitTimeout)
Create a new instance.
|
Constructor and Description |
---|
GraphQlHttpHandler(WebGraphQlHandler graphQlHandler)
Create a new instance.
|
GraphQlWebSocketHandler(WebGraphQlHandler graphQlHandler,
HttpMessageConverter<?> converter,
Duration connectionInitTimeout)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
static WebGraphQlTester.Builder<?> |
WebGraphQlTester.builder(WebGraphQlHandler graphQlHandler)
Return a builder for a
WebGraphQlTester . |
static WebGraphQlTester |
WebGraphQlTester.create(WebGraphQlHandler graphQlHandler)
Create a
WebGraphQlTester instance. |