Web Socket Frames Stream
fun WebSocketFramesStream(webSocketUri: String, framesBufferSize: Int, mapper: FrameMapper, webSocketClient: OkHttpClient)
Content copied to clipboard
Parameters
webSocketUri
WebSocket debugger uri to connect to
framesBufferSize
Frames buffer size (how many ResponseFrames will be replayed prior to subscribing to stream)
mapper
FrameMapper that will serialize/deserialize frames exchanged by protocol
webSocketClient
WebSocket client for exchanging WebSocket frames.
Sources
jvm source
Link copied to clipboard