toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.net.ws
/
WsCloseInfo
Ws
Close
Info
data
class
WsCloseInfo
(
val
code
:
Int
,
val
reason
:
String
)
Members
Constructors
Ws
Close
Info
Link copied to clipboard
constructor
(
code
:
Int
,
reason
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
code
Link copied to clipboard
val
code
:
Int
reason
Link copied to clipboard
val
reason
:
String
Functions
to
Byte
Array
Link copied to clipboard
fun
toByteArray
(
)
:
ByteArray
to
Frame
Link copied to clipboard
fun
toFrame
(
masked
:
Boolean
)
:
WsFrame