toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.net.ws
/
WebSocketClient
/
CloseInfo
Close
Info
data
class
CloseInfo
(
val
code
:
Int
,
val
message
:
String
?
,
val
wasClean
:
Boolean
)
Members
Constructors
Close
Info
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
?
,
wasClean
:
Boolean
)
Properties
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String
?
was
Clean
Link copied to clipboard
val
wasClean
:
Boolean