toggle menu
krossbow
common
switch theme
search in API
krossbow-stomp-core
/
org.hildan.krossbow.stomp
/
WebSocketClosedUnexpectedly
Web
Socket
Closed
Unexpectedly
class
WebSocketClosedUnexpectedly
(
val
code
:
Int
,
val
reason
:
String
?
)
:
Exception
(
source
)
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
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
open
val
message
:
String
?
reason
Link copied to clipboard
val
reason
:
String
?