krossbow
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
krossbow
krossbow-stomp-core
/
org.hildan.krossbow.stomp
/
WebSocketClosedUnexpectedly
Web
Socket
Closed
Unexpectedly
class
WebSocketClosedUnexpectedly
(
val
code
:
Int
,
val
reason
:
String
?
)
:
Exception
An exception thrown when the underlying websocket connection was closed at an inappropriate time.
Members
Constructors
Web
Socket
Closed
Unexpectedly
Link copied to clipboard
constructor
(
code
:
Int
,
reason
:
String
?
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
expect
open
val
message
:
String
?
reason
Link copied to clipboard
val
reason
:
String
?