akka.actor
Class IO.Read

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

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

Message from an IOManager that contains bytes read from the SocketChannel.

See Also:
Serialized Form

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

public IO.Read(IO.ReadHandle handle,
               ByteString bytes)
Method Detail

handle

public IO.ReadHandle handle()

bytes

public ByteString bytes()