akka.io
Class Tcp.ConfirmedClosed$

java.lang.Object
  extended by akka.io.Tcp.ConfirmedClosed$
All Implemented Interfaces:
DeadLetterSuppression, NoSerializationVerificationNeeded, Tcp.ConnectionClosed, Tcp.Event, Tcp.Message, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
Tcp

public static class Tcp.ConfirmedClosed$
extends java.lang.Object
implements Tcp.ConnectionClosed, scala.Product, scala.Serializable

The connection has been half-closed by us and then half-close by the peer in response to a ConfirmedClose command.

See Also:
Serialized Form

Field Summary
static Tcp.ConfirmedClosed$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Tcp.ConfirmedClosed$()
           
 
Method Summary
 boolean isConfirmed()
          true iff the connection has been fully closed in response to a ConfirmedClose command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.io.Tcp.ConnectionClosed
getErrorCause, isAborted, isErrorClosed, isPeerClosed
 
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.ConfirmedClosed$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Tcp.ConfirmedClosed$

public Tcp.ConfirmedClosed$()
Method Detail

isConfirmed

public boolean isConfirmed()
Description copied from interface: Tcp.ConnectionClosed
true iff the connection has been fully closed in response to a ConfirmedClose command.

Specified by:
isConfirmed in interface Tcp.ConnectionClosed
Returns:
(undocumented)