akka.remote.transport
Class TestTransport.WriteAttempt

java.lang.Object
  extended by akka.remote.transport.TestTransport.WriteAttempt
All Implemented Interfaces:
TestTransport.Activity, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
TestTransport

public static class TestTransport.WriteAttempt
extends java.lang.Object
implements TestTransport.Activity, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
TestTransport.WriteAttempt(Address sender, Address recipient, ByteString payload)
           
 
Method Summary
 ByteString payload()
           
 Address recipient()
           
 Address sender()
           
 
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

TestTransport.WriteAttempt

public TestTransport.WriteAttempt(Address sender,
                                  Address recipient,
                                  ByteString payload)
Method Detail

sender

public Address sender()

recipient

public Address recipient()

payload

public ByteString payload()