A B C F G H Q S 
All Classes All Packages

A

afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class com.graphql_java_generator.server.util.GraphQlWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in class com.graphql_java_generator.server.util.GraphQlWebSocketHandler
 

B

BatchLoaderDelegate<K,​V> - Interface in com.graphql_java_generator.server.util
BatchLoaderDelegate is the interface that identifies Spring Beans that help using graphql-java java-dataloader.
BatchLoaderDelegateWithContext<K,​V> - Interface in com.graphql_java_generator.server.util
BatchLoaderDelegateWithContext is the interface that identifies Spring Beans that help using graphql-java java-dataloader.
BUFFER_SIZE_LIMIT - Static variable in class com.graphql_java_generator.server.util.GraphQlWebSocketHandler
Size of the buffer (number of bytes), where subscription messages are stored, if they can't be stored immediately

C

com.graphql_java_generator.server.util - package com.graphql_java_generator.server.util
 

F

from(String) - Static method in class com.graphql_java_generator.server.util.QueryParameters
 

G

getName() - Method in interface com.graphql_java_generator.server.util.BatchLoaderDelegate
The name of this BatchLoaderDelegate, as can be retrieved from the DataLoaderRegistry.
getName() - Method in interface com.graphql_java_generator.server.util.BatchLoaderDelegateWithContext
The name of this BatchLoaderDelegate, as can be retrieved from the DataLoaderRegistry.
getOperationName() - Method in class com.graphql_java_generator.server.util.QueryParameters
 
getQuery() - Method in class com.graphql_java_generator.server.util.QueryParameters
 
getSubProtocols() - Method in class com.graphql_java_generator.server.util.GraphQlWebSocketHandler
 
getVariables() - Method in class com.graphql_java_generator.server.util.QueryParameters
 
GraphQlWebSocketHandler - Class in com.graphql_java_generator.server.util
WebSocketHandler for GraphQL based on GraphQL Over WebSocket Protocol and for use on a Servlet container with spring-websocket.
GraphQlWebSocketHandler(GraphQLSchema) - Constructor for class com.graphql_java_generator.server.util.GraphQlWebSocketHandler
Create a new instance.

H

handleTextMessage(WebSocketSession, TextMessage) - Method in class com.graphql_java_generator.server.util.GraphQlWebSocketHandler
 
handleTransportError(WebSocketSession, Throwable) - Method in class com.graphql_java_generator.server.util.GraphQlWebSocketHandler
 

Q

QueryParameters - Class in com.graphql_java_generator.server.util
Graphql clients can send GET or POST HTTP requests.
QueryParameters() - Constructor for class com.graphql_java_generator.server.util.QueryParameters
 

S

SEND_TIME_LIMIT - Static variable in class com.graphql_java_generator.server.util.GraphQlWebSocketHandler
Maximum allowed duration (milliseconds) to send a message for a subscription, when the web socket is busy
supportsPartialMessages() - Method in class com.graphql_java_generator.server.util.GraphQlWebSocketHandler
 
A B C F G H Q S 
All Classes All Packages