| GraphqlClientUtils |
|
| GraphQLConfiguration |
This class contains a GraphQL configuration for the GraphQL client.
|
| GraphQLObjectMapper |
This class is a wrapper around an ObjectMapper.
|
| GraphQLReactiveWebSocketHandler |
This class implements the Web Socket, as needed by the Spring Web Socket implementation.
|
| OAuthTokenExtractor |
This class is used to retrieve the OAuth token, when in client mode, for subscription.
|
| OAuthTokenExtractor.GetOAuthTokenClientResponse |
An implementation of a spring ClientResponse, that will contain the faked response, which body is the
value for the Authorization header (that contains the bearer token)
|
| OAuthTokenExtractor.OAuthTokenFilter |
|
| RequestExecutionGraphQLTransportWSImpl |
This method uses the
graphql-transport-ws) protocol for all
requests (queries, mutations and subscriptions).
|
| RequestExecutionImpl |
Deprecated. |
| RequestExecutionSpringReactiveImpl |
This is the default implementation for the RequestExecution This implementation has been added in version
1.12.
It is loaded by the SpringConfiguration Spring configuration class, that is generated with the client code.
|
| SubscriptionClientReactiveImpl |
|
| SubscriptionClientWebSocket<R,T> |
This class implements the Web Socket, as needed by the jetty's Web Socket implementation.
|