Package org.apache.pekko.io
Class Udp.NoAck$
- java.lang.Object
- 
- org.apache.pekko.io.Udp.NoAck
- 
- org.apache.pekko.io.Udp.NoAck$
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- Udp.Event,- Udp.Message,- 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 SummaryFields Modifier and Type Field Description static Udp.NoAck$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description NoAck$()
 - 
Method SummaryAll 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 org.apache.pekko.io.Udp.NoAckcanEqual, 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.
 
- 
 
-