object IO

Entry point to Akka’s IO layer.

Source
IO.scala
See also

the Akka online documentation

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IO
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Extension extends actor.Extension

Value Members

  1. def apply[T <: Extension](key: ExtensionId[T])(implicit system: ActorSystem): ActorRef

    Scala API: obtain a reference to the manager actor for the given IO extension, for example Tcp or Udp.

    Scala API: obtain a reference to the manager actor for the given IO extension, for example Tcp or Udp.

    For the Java API please refer to the individual extensions directly.