Command

cc.otavia.core.reactor.Reactor.Command
See theCommand companion class
object Command

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Command.type

Members list

Type members

Classlikes

case class Bind(channel: AbstractChannel, local: SocketAddress) extends Command

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Command
class Object
trait Matchable
class Any
Show all
case class Close(channel: AbstractChannel) extends Command

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Command
class Object
trait Matchable
class Any
Show all
case class Connect(channel: AbstractChannel, remote: SocketAddress, local: Option[SocketAddress], fastOpen: Boolean) extends Command

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Command
class Object
trait Matchable
class Any
Show all
case class Deregister(channel: AbstractChannel) extends Command

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Command
class Object
trait Matchable
class Any
Show all
case class Disconnect(channel: AbstractChannel) extends Command

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Command
class Object
trait Matchable
class Any
Show all
case class Flush(channel: AbstractChannel, payload: FileRegion | RecyclablePageBuffer) extends Command

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Command
class Object
trait Matchable
class Any
Show all
case class Open(channel: AbstractChannel, path: Path, options: Seq[OpenOption], attrs: Seq[FileAttribute[_]]) extends Command

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Command
class Object
trait Matchable
class Any
Show all
case class Read(channel: AbstractChannel, plan: ReadPlan) extends Command

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Command
class Object
trait Matchable
class Any
Show all
case class Register(channel: AbstractChannel) extends Command

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Command
class Object
trait Matchable
class Any
Show all
case class Shutdown(channel: AbstractChannel, direction: ChannelShutdownDirection) extends Command

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Command
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror