ChannelShutdownDirection

cc.otavia.core.channel.ChannelShutdownDirection

The direction of a shutdown. Depending on the direction this has different meaning. If the Inbound direction is shutdown, no more data is read from the transport and dispatched. If the Outbound direction is shutdown, no more writes will be possible to the transport and so all writes will fail.

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 Inbound extends ChannelShutdownDirection

The inbound direction of a Channel was or should be shutdown.

The inbound direction of a Channel was or should be shutdown.

Attributes

The outbound direction of a Channel was or should be shutdown.

The outbound direction of a Channel was or should be shutdown.

Attributes