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