akka.io
Interface Tcp.CloseCommand

All Superinterfaces:
NoSerializationVerificationNeeded, akka.io.SelectionHandler.HasFailureMessage, Tcp.Command, Tcp.Message
All Known Implementing Classes:
Tcp.Abort$, Tcp.Close$, Tcp.ConfirmedClose$
Enclosing class:
Tcp

public static interface Tcp.CloseCommand
extends Tcp.Command

Common interface for all commands which aim to close down an open connection.


Method Summary
 Tcp.ConnectionClosed event()
          The corresponding event which is sent as an acknowledgment once the close operation is finished.
 
Methods inherited from interface akka.io.Tcp.Command
failureMessage
 

Method Detail

event

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