Web Socket Connection Closed Exception
class WebSocketConnectionClosedException( val url: String, val code: Int, val reason: String?) : WebSocketConnectionException
Content copied to clipboard
An exception thrown when the server closed the connection unexpectedly during the handshake.
Constructors
Link copied to clipboard
fun WebSocketConnectionClosedException( url: String, code: Int, reason: String?)
Content copied to clipboard