User

data class User(val username: String, val ping: Duration, val status: UserStatus, val userId: Int, val connectionType: ConnectionType)

Constructors

Link copied to clipboard
constructor(username: String, ping: Duration, status: UserStatus, userId: Int, connectionType: ConnectionType)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val userId: Int
Link copied to clipboard

Functions

Link copied to clipboard
fun writeTo(buffer: ByteBuf)
fun writeTo(buffer: ByteBuffer)