akka.io
Class IO

java.lang.Object
  extended by akka.io.IO

public class IO
extends java.lang.Object

Entry point to Akka’s IO layer.

All contents of the akka.io package is marked “experimental”.

This marker signifies that APIs may still change in response to user feedback through-out the 2.2 release cycle. The implementation itself is considered stable and ready for production use.

See Also:
the Akka online documentation

Nested Class Summary
static interface IO.Extension
           
 
Constructor Summary
IO()
           
 
Method Summary
static
<T extends IO.Extension>
ActorRef
apply(ExtensionId<T> key, ActorSystem system)
          Scala API: obtain a reference to the manager actor for the given IO extension, for example Tcp or Udp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IO

public IO()
Method Detail

apply

public static <T extends IO.Extension> ActorRef apply(ExtensionId<T> key,
                                                      ActorSystem system)
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.