Reactor

cc.otavia.core.reactor.Reactor
See theReactor companion object
trait Reactor

Reactor is an io event generator for AbstractChannel.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class NioReactor

Members list

Value members

Abstract methods

def submit(command: Command): Unit

Concrete methods

final def close(channel: AbstractChannel): Unit
final def disconnect(channel: AbstractChannel): Unit
final def flush(channel: AbstractChannel, payload: FileRegion | RecyclablePageBuffer): Unit
final def open(channel: AbstractChannel, path: Path, options: Seq[OpenOption], attrs: Seq[FileAttribute[_]]): Unit
final def read(channel: AbstractChannel, plan: ReadPlan): Unit