akka.io
Class Udp.NoAck$

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

public static class Udp.NoAck$
extends Udp.NoAck

Default Udp.NoAck instance which is used when no acknowledgment information is explicitly provided. Its “token” is null.

See Also:
Serialized Form

Field Summary
static Udp.NoAck$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Udp.NoAck$()
           
 
Method Summary
 
Methods inherited from class akka.io.Udp.NoAck
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
 

Field Detail

MODULE$

public static final Udp.NoAck$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Udp.NoAck$

public Udp.NoAck$()