akka.io
Class UdpConnected.NoAck$

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

public static class UdpConnected.NoAck$
extends UdpConnected.NoAck

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

See Also:
Serialized Form

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

Constructor Detail

UdpConnected.NoAck$

public UdpConnected.NoAck$()