akka.actor
Class IO.Closed

java.lang.Object
  extended by akka.actor.IO.Closed
All Implemented Interfaces:
IO.IOMessage, NoSerializationVerificationNeeded, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
IO

public static class IO.Closed
extends java.lang.Object
implements IO.IOMessage, scala.Product, scala.Serializable

Message from an IOManager that the Channel has closed. Can optionally contain the Exception that caused the Channel to close, if applicable.

No action is required by the receiving Actor.

See Also:
Serialized Form

Constructor Summary
IO.Closed(IO.Handle handle, IO.Input cause)
           
 
Method Summary
 IO.Input cause()
           
 IO.Handle handle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

IO.Closed

public IO.Closed(IO.Handle handle,
                 IO.Input cause)
Method Detail

handle

public IO.Handle handle()

cause

public IO.Input cause()