akka.io
Class Tcp.CommandFailed

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

public static class Tcp.CommandFailed
extends java.lang.Object
implements Tcp.Event, scala.Product, scala.Serializable

Whenever a command cannot be completed, the queried actor will reply with this message, wrapping the original command which failed.

See Also:
Serialized Form

Constructor Summary
Tcp.CommandFailed(Tcp.Command cmd)
           
 
Method Summary
 Tcp.Command cmd()
           
 
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
 

Constructor Detail

Tcp.CommandFailed

public Tcp.CommandFailed(Tcp.Command cmd)
Method Detail

cmd

public Tcp.Command cmd()