cc.otavia.core.reactor.Reactor.Command
See theCommand companion class
object Command
Attributes
Members list
Type members
Classlikes
case class Bind(channel: AbstractChannel, local: SocketAddress) extends Command
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Commandclass Objecttrait Matchableclass AnyShow all
case class Close(channel: AbstractChannel) extends Command
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Commandclass Objecttrait Matchableclass AnyShow all
case class Connect(channel: AbstractChannel, remote: SocketAddress, local: Option[SocketAddress], fastOpen: Boolean) extends Command
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Commandclass Objecttrait Matchableclass AnyShow all
case class Deregister(channel: AbstractChannel) extends Command
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Commandclass Objecttrait Matchableclass AnyShow all
case class Disconnect(channel: AbstractChannel) extends Command
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Commandclass Objecttrait Matchableclass AnyShow all
case class Flush(channel: AbstractChannel, payload: FileRegion | RecyclablePageBuffer) extends Command
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Commandclass Objecttrait Matchableclass AnyShow all
case class Open(channel: AbstractChannel, path: Path, options: Seq[OpenOption], attrs: Seq[FileAttribute[_]]) extends Command
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Commandclass Objecttrait Matchableclass AnyShow all
case class Read(channel: AbstractChannel, plan: ReadPlan) extends Command
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Commandclass Objecttrait Matchableclass AnyShow all
case class Register(channel: AbstractChannel) extends Command
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Commandclass Objecttrait Matchableclass AnyShow all
case class Shutdown(channel: AbstractChannel, direction: ChannelShutdownDirection) extends Command
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Commandclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article