IdleStateEvent

cc.otavia.handler.timeout.IdleStateEvent
enum IdleStateEvent(val state: IdleState, val first: Boolean)

A user event triggered by IdleStateHandler when a Channel is idle.

Value parameters

first

true if its the first idle event for the IdleStateEvent.

state

the IdleStateEvent which triggered the event.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list