kotlin-phoenix
1.0.4
common
kotlinphoenix-client
/
io.github.ajacquierbret.kotlinphoenix.client
/
SocketEvent
/
CloseEvent
Close
Event
common
data
class
CloseEvent
(
code
:
Int
)
:
SocketEvent
Content copied to clipboard
Called when the Transport closes
Constructors
Properties
Constructors
Close
Event
Link copied to clipboard
common
fun
CloseEvent
(
code
:
Int
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
Content copied to clipboard
code
Link copied to clipboard
common
val
code
:
Int
Content copied to clipboard
message
Link copied to clipboard
common
open
val
message
:
String
?
Content copied to clipboard