akka.io
Class Tcp.ConfirmedClose$

java.lang.Object
  extended by akka.io.Tcp.ConfirmedClose$
All Implemented Interfaces:
DeadLetterSuppression, NoSerializationVerificationNeeded, SelectionHandler.HasFailureMessage, Tcp.CloseCommand, Tcp.Command, Tcp.Message, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
Tcp

public static class Tcp.ConfirmedClose$
extends java.lang.Object
implements Tcp.CloseCommand, scala.Product, scala.Serializable

A confirmed close operation will flush pending writes and half-close the connection, waiting for the peer to close the other half. The sender of this command and the registered handler for incoming data will both be notified once the socket is closed using a ConfirmedClosed message.

See Also:
Serialized Form

Field Summary
static Tcp.ConfirmedClose$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Tcp.ConfirmedClose$()
           
 
Method Summary
 Tcp.ConfirmedClosed$ event()
          The corresponding event which is sent as an acknowledgment once the close operation is finished.
 
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.Command
failureMessage
 
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.ConfirmedClose$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Tcp.ConfirmedClose$

public Tcp.ConfirmedClose$()
Method Detail

event

public Tcp.ConfirmedClosed$ event()
The corresponding event which is sent as an acknowledgment once the close operation is finished.

Specified by:
event in interface Tcp.CloseCommand
Returns:
(undocumented)