akka.remote.transport
Class AkkaPduCodec.Payload

java.lang.Object
  extended by akka.remote.transport.AkkaPduCodec.Payload
All Implemented Interfaces:
AkkaPduCodec.AkkaPdu, java.io.Serializable, scala.Equals, scala.Product
Enclosing interface:
AkkaPduCodec

public static class AkkaPduCodec.Payload
extends java.lang.Object
implements AkkaPduCodec.AkkaPdu, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
AkkaPduCodec.Payload(ByteString bytes)
           
 
Method Summary
 ByteString bytes()
           
 
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

AkkaPduCodec.Payload

public AkkaPduCodec.Payload(ByteString bytes)
Method Detail

bytes

public ByteString bytes()