akka.io
Class Udp.NoAck

java.lang.Object
  extended by akka.io.Udp.NoAck
All Implemented Interfaces:
Udp.Event, Udp.Message, java.io.Serializable, scala.Equals, scala.Product
Direct Known Subclasses:
Udp.NoAck$
Enclosing class:
Udp

public static class Udp.NoAck
extends java.lang.Object
implements Udp.Event, scala.Product, scala.Serializable

Each Udp.Send can optionally request a positive acknowledgment to be sent to the commanding actor. If such notification is not desired the Udp.Send.ack() must be set to an instance of this class. The token contained within can be used to recognize which write failed when receiving a Udp.CommandFailed message.

See Also:
Serialized Form

Constructor Summary
Udp.NoAck(java.lang.Object token)
           
 
Method Summary
 java.lang.Object token()
           
 
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

Udp.NoAck

public Udp.NoAck(java.lang.Object token)
Method Detail

token

public java.lang.Object token()