java.lang.Object
org.eclipse.microprofile.graphql.tck.dynamic.subscription.GraphQLWSClient
All Implemented Interfaces:
AutoCloseable

public class GraphQLWSClient extends Object implements AutoCloseable
A simple WebSocket client that implements the graphql-transport-ws protocol using java.net.http. This client is used for testing GraphQL subscriptions over WebSocket. It implements the graphql-transport-ws protocol as specified in: https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md
Author:
Phillip Kruger (phillip.kruger@redhat.com)