libquassel
0.10.1
libquassel-protocol
/
de.justjanne.libquassel.protocol.models
/
ConnectedClient
Connected
Client
data
class
ConnectedClient
(
id
:
Int
,
remoteAddress
:
String
,
location
:
String
,
version
:
String
,
versionDate
:
Instant
?
,
connectedSince
:
Instant
,
secure
:
Boolean
,
features
:
FeatureSet
)
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
to
Variant
Map
Link copied to clipboard
fun
toVariantMap
(
)
:
Map
<
String
,
QVariant
<
out
Any
?
>
>
Content copied to clipboard
Properties
connectedSince
Link copied to clipboard
val
connectedSince
:
Instant
Content copied to clipboard
features
Link copied to clipboard
val
features
:
FeatureSet
Content copied to clipboard
id
Link copied to clipboard
val
id
:
Int
Content copied to clipboard
location
Link copied to clipboard
val
location
:
String
Content copied to clipboard
remoteAddress
Link copied to clipboard
val
remoteAddress
:
String
Content copied to clipboard
secure
Link copied to clipboard
val
secure
:
Boolean
Content copied to clipboard
version
Link copied to clipboard
val
version
:
String
Content copied to clipboard
versionDate
Link copied to clipboard
val
versionDate
:
Instant
?
Content copied to clipboard