GraphQLWsProtocol
An WsProtocol for the GraphQL over WebSocket Protocol. It can carry queries in addition to subscriptions over the websocket.
Constructors
Link copied to clipboard
constructor(webSocketConnection: WebSocketConnection, listener: WsProtocol.Listener, connectionPayload: Supplier<Map<String, Any>>, frameType: WsProtocol.WsFrameType, pingPayload: Map<String, Any>, pongPayload: Map<String, Any>, connectionAcknowledgeTimeoutMs: Long, pingIntervalMillis: Long)