akka.actor
Class IO.Write

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

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

Message to an IOManager to write to the SocketChannel.

Normally sent using IO.SocketHandle.write()

See Also:
Serialized Form

Constructor Summary
IO.Write(IO.WriteHandle handle, ByteString bytes)
           
 
Method Summary
 ByteString bytes()
           
 IO.WriteHandle 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.Write

public IO.Write(IO.WriteHandle handle,
                ByteString bytes)
Method Detail

handle

public IO.WriteHandle handle()

bytes

public ByteString bytes()