- handle(WebSocketSession) - Method in class org.springframework.graphql.web.webflux.GraphQlWebSocketHandler
-
- handle(WebInput) - Method in interface org.springframework.graphql.web.WebGraphQlHandler
-
Perform request execution for the given input and return the result.
- handleRequest(ServerRequest) - Method in class org.springframework.graphql.web.webflux.GraphQlHttpHandler
-
Handle GraphQL requests over HTTP.
- handleRequest(ServerRequest) - Method in class org.springframework.graphql.web.webmvc.GraphQlHttpHandler
-
Handle GraphQL requests over HTTP.
- handleTextMessage(WebSocketSession, TextMessage) - Method in class org.springframework.graphql.web.webmvc.GraphQlWebSocketHandler
-
- handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.graphql.web.webmvc.GraphQlWebSocketHandler
-
- hasSize(int) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ListEntitySpec
-
Assert the list contains the specified number of elements.
- hasSizeGreaterThan(int) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ListEntitySpec
-
Assert the list contains more elements than the specified number.
- hasSizeLessThan(int) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ListEntitySpec
-
Assert the list contains fewer elements than the specified number.
- header(String, String...) - Method in interface org.springframework.graphql.test.tester.WebGraphQlTester.WebRequestSpec
-
Add the given, single header value under the given name.
- headers(Consumer<HttpHeaders>) - Method in interface org.springframework.graphql.test.tester.WebGraphQlTester.WebRequestSpec
-
Manipulate the request's headers with the given consumer.