SpringDefaultWebSocketClient

Deprecated

The SpringDefaultWebSocketClient object is made redundant by the public adapter extension.asKrossbowWebSocketClient(), prefer using that instead.

Replace with

import org.springframework.web.socket.client.standard.StandardWebSocketClient
import org.hildan.krossbow.websocket.spring.asKrossbowWebSocketClient
StandardWebSocketClient().asKrossbowWebSocketClient()

Functions

Link copied to clipboard
open suspend override fun connect(url: String, headers: Map<String, String>): WebSocketConnectionWithPingPong