Package akka.io
Class Udp.NoAck$
- java.lang.Object
 - 
- akka.io.Udp.NoAck
 - 
- 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
DefaultUdp.NoAckinstance which is used when no acknowledgment information is explicitly provided. Its “token” isnull.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static Udp.NoAck$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description NoAck$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Udp.NoAckapply(java.lang.Object token)scala.Option<java.lang.Object>unapply(Udp.NoAck x$0)- 
Methods inherited from class akka.io.Udp.NoAck
canEqual, copy, copy$default$1, equals, hashCode, productArity, productElement, productElementName, productIterator, productPrefix, token, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final Udp.NoAck$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -