Reaktiv
Toggle table of contents
native
Platform filter
native
Switch theme
Search in API
Reaktiv
reaktiv-devtools
/
io.github.syrou.reaktiv.devtools.server
/
ConnectedClient
Connected
Client
native
data
class
ConnectedClient
(
val
session
:
WebSocketSession
,
var
info
:
ClientInfo
)
(
source
)
Represents a connected client with their session and info.
Members
Constructors
Connected
Client
Link copied to clipboard
native
constructor
(
session
:
WebSocketSession
,
info
:
ClientInfo
)
Properties
info
Link copied to clipboard
native
var
info
:
ClientInfo
session
Link copied to clipboard
native
val
session
:
WebSocketSession