ApolloWsProtocol
A WsProtocol for Apollo's GraphQL over WebSocket Protocol.
Note: This protocol is no longer actively maintained, and GraphQLWsProtocol should be favored instead.
Constructors
Link copied to clipboard
constructor(webSocketConnection: WebSocketConnection, listener: WsProtocol.Listener, connectionPayload: Supplier<Map<String, Any>>, frameType: WsProtocol.WsFrameType)