Package akka.io
Class Tcp.NoAck$
- java.lang.Object
 - 
- akka.io.Tcp.NoAck
 - 
- akka.io.Tcp.NoAck$
 
 
 
- 
- All Implemented Interfaces:
 NoSerializationVerificationNeeded,Tcp.Event,Tcp.Message,java.io.Serializable,scala.Equals,scala.Product
- Enclosing class:
 - Tcp
 
public static class Tcp.NoAck$ extends Tcp.NoAck
DefaultTcp.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 Tcp.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 Tcp.NoAckapply(java.lang.Object token)scala.Option<java.lang.Object>unapply(Tcp.NoAck x$0)- 
Methods inherited from class akka.io.Tcp.NoAck
canEqual, copy, copy$default$1, equals, hashCode, productArity, productElement, productElementName, productIterator, productPrefix, token, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final Tcp.NoAck$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -