krossbow-websocket-core
4.2.0
krossbow-websocket-core
/
org.hildan.krossbow.websocket
/
WebSocketConnectionException
/
WebSocketConnectionException
Web
Socket
Connection
Exception
fun
WebSocketConnectionException
(
url
:
String
,
httpStatusCode
:
Int
?
=
null
,
message
:
String
=
"Couldn't connect to web socket at $url" + statusInfo(httpStatusCode)
,
cause
:
Throwable
?
=
null
)
(
source
)