akka.io
Class Tcp.Received

java.lang.Object
  extended by akka.io.Tcp.Received
All Implemented Interfaces:
NoSerializationVerificationNeeded, Tcp.Event, Tcp.Message, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
Tcp

public static class Tcp.Received
extends java.lang.Object
implements Tcp.Event, scala.Product, scala.Serializable

Whenever data are read from a socket they will be transferred within this class to the handler actor which was designated in the Tcp.Register message.

See Also:
Serialized Form

Constructor Summary
Tcp.Received(ByteString data)
           
 
Method Summary
 ByteString data()
           
 
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

Tcp.Received

public Tcp.Received(ByteString data)
Method Detail

data

public ByteString data()