ouisync
Toggle table of contents
0.9.2-2
jvm
Platform filter
jvm
Switch theme
Search in API
ouisync
ouisync-session
/
org.equalitie.ouisync.session
/
PeerState
Peer
State
@
Serializable
sealed
interface
PeerState
Inheritors
Known
Connecting
Handshaking
Active
Members
Types
Active
Link copied to clipboard
@
Serializable
class
Active
(
val
id
:
PublicRuntimeId
,
val
since
:
Instant
)
:
PeerState
Connecting
Link copied to clipboard
@
Serializable
object
Connecting
:
PeerState
Handshaking
Link copied to clipboard
@
Serializable
object
Handshaking
:
PeerState
Known
Link copied to clipboard
@
Serializable
object
Known
:
PeerState