akka.io
Class Tcp.NoAck$

java.lang.Object
  extended by akka.io.Tcp.NoAck
      extended by 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

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

See Also:
Serialized Form

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

Constructor Detail

Tcp.NoAck$

public Tcp.NoAck$()