Package-level declarations
Types
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class RemoteClientState(val id: String, var clientConnection: ClientConnection, val eventHandlers: MutableMap<Int, (JsonElement) -> Unit> = HashMap(), val onCloseHandlers: ConcurrentHashMap<Int, () -> Unit> = ConcurrentHashMap(), val debugTokens: MutableMap<String, DebugInfo> = HashMap(), var lastModified: Instant = Instant.now(), var onMessageFunction: (data: JsonElement?) -> Unit? = null)
Link copied to clipboard
@Serializable
@SerialName(value = "Server2ClientMessage" )
Server2client message