krossbow-websocket-core
3.7.0
common
krossbow-websocket-core
/
org.hildan.krossbow.websocket
/
WebSocketFrame
/
Close
Close
common
data
class
Close
(
val
code
:
Int
,
val
reason
:
String
?
)
:
WebSocketFrame
Content copied to clipboard
A web socket close frame (0x8).
Constructors
Properties
Constructors
Close
Link copied to clipboard
common
fun
Close
(
code
:
Int
,
reason
:
String
?
)
Content copied to clipboard
Properties
code
Link copied to clipboard
common
val
code
:
Int
Content copied to clipboard
reason
Link copied to clipboard
common
val
reason
:
String
?
Content copied to clipboard