IdleState

cc.otavia.handler.timeout.IdleState
enum IdleState

A enum that represents the idle state of a cc.otavia.core.channel.Channel

Attributes

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

Members list

Type members

Enum entries

case case ALL_IDLE extends IdleState

No data was either received or sent for a while.

No data was either received or sent for a while.

Attributes

case case READER_IDLE extends IdleState

No data was received for a while.

No data was received for a while.

Attributes

case case WRITER_IDLE extends IdleState

No data was sent for a while.

No data was sent for a while.

Attributes