commonMain.com.ditchoom.mqtt3.persistence.SocketConnection.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mqtt-4-models Show documentation
Show all versions of mqtt-4-models Show documentation
Defines the MQTT 3 and 4 control packets
package com.ditchoom.mqtt3.persistence
import kotlin.Long
import kotlin.String
public data class SocketConnection(
public val id: Long,
public val broker_id: Long,
public val type: String,
public val host: String,
public val port: Long,
public val tls: Long,
public val connection_timeout_ms: Long,
public val read_timeout_ms: Long,
public val write_timeout_ms: Long,
public val websocket_endpoint: String?,
public val websocket_protocols: String?,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy