akka.actor
Class IO.Close

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

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

Message to an IOManager to close the Channel.

Normally sent using IO.Handle.close()

See Also:
Serialized Form

Constructor Summary
IO.Close(IO.Handle handle)
           
 
Method Summary
 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.Close

public IO.Close(IO.Handle handle)
Method Detail

handle

public IO.Handle handle()