V086ClientHandler

class V086ClientHandler(val connectRemoteSocketAddress: InetSocketAddress, val controller: V086Controller, combinedKailleraController: CombinedKailleraController) : KoinComponent

Constructors

Link copied to clipboard
constructor(connectRemoteSocketAddress: InetSocketAddress, controller: V086Controller, combinedKailleraController: CombinedKailleraController)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

I think this is the address from when the user called the connect controller.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
lateinit var user: KailleraUser

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getKoin(): Koin
Link copied to clipboard
fun handleReceived(buf: ByteBuf, remoteSocketAddress: InetSocketAddress)
Link copied to clipboard
fun resend(timeoutCounter: Int)
Link copied to clipboard
Link copied to clipboard
fun send(outMessage: V086Message, numToSend: Int = 5)
Link copied to clipboard
fun start(user: KailleraUser)
Link copied to clipboard
Link copied to clipboard
fun stop()
Link copied to clipboard
open override fun toString(): String