Listener

interface Listener

The Listener interface is the primary method for handling events.

Functions

Link copied to clipboard
abstract fun onClose(disconnected: Boolean)
Link copied to clipboard
abstract fun onConnect()
Link copied to clipboard
abstract fun onInput(buffer: ByteBuffer)
Link copied to clipboard
abstract fun onTimeout()