akka.io
Class UdpConnected.Received

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

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

When a connection actor receives a datagram from its socket it will send it to the handler designated in the Udp.Bind message using this message type.

See Also:
Serialized Form

Constructor Summary
UdpConnected.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

UdpConnected.Received

public UdpConnected.Received(ByteString data)
Method Detail

data

public ByteString data()