akka.remote.transport
Class AssociationHandle.InboundPayload

java.lang.Object
  extended by akka.remote.transport.AssociationHandle.InboundPayload
All Implemented Interfaces:
NoSerializationVerificationNeeded, AssociationHandle.HandleEvent, java.io.Serializable, scala.Equals, scala.Product
Enclosing interface:
AssociationHandle

public static class AssociationHandle.InboundPayload
extends java.lang.Object
implements AssociationHandle.HandleEvent, scala.Product, scala.Serializable

Message sent to the listener registered to an association (via the Promise returned by akka.remote.transport.AssociationHandle.readHandlerPromise) when an inbound payload arrives.

param: payload The raw bytes that were sent by the remote endpoint.

See Also:
Serialized Form

Constructor Summary
AssociationHandle.InboundPayload(ByteString payload)
           
 
Method Summary
 ByteString payload()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

AssociationHandle.InboundPayload

public AssociationHandle.InboundPayload(ByteString payload)
Method Detail

payload

public ByteString payload()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object