public class AkkaPduProtobufCodec$ extends java.lang.Object implements AkkaPduCodec
AkkaPduCodec.AkkaPdu, AkkaPduCodec.Associate, AkkaPduCodec.Associate$, AkkaPduCodec.Disassociate, AkkaPduCodec.Disassociate$, AkkaPduCodec.Heartbeat$, AkkaPduCodec.Message, AkkaPduCodec.Message$, AkkaPduCodec.Payload, AkkaPduCodec.Payload$| Modifier and Type | Field and Description |
|---|---|
static AkkaPduProtobufCodec$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
AkkaPduProtobufCodec$() |
| Modifier and Type | Method and Description |
|---|---|
akka.util.ByteString |
constructAssociate(HandshakeInfo info) |
akka.util.ByteString |
constructDisassociate(AssociationHandle.DisassociateInfo info) |
akka.util.ByteString |
constructHeartbeat() |
akka.util.ByteString |
constructMessage(akka.actor.Address localAddress,
akka.actor.ActorRef recipient,
WireFormats.SerializedMessage serializedMessage,
scala.Option<akka.actor.ActorRef> senderOption,
scala.Option<SeqNo> seqOption,
scala.Option<Ack> ackOption) |
akka.util.ByteString |
constructPayload(akka.util.ByteString payload) |
akka.util.ByteString |
constructPureAck(Ack ack) |
scala.Tuple2<scala.Option<Ack>,scala.Option<AkkaPduCodec.Message>> |
decodeMessage(akka.util.ByteString raw,
RemoteActorRefProvider provider,
akka.actor.Address localAddress) |
AkkaPduCodec.AkkaPdu |
decodePdu(akka.util.ByteString raw)
Returns an
AkkaPduCodec.AkkaPdu instance that represents the PDU contained in the raw
ByteString. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodePdupublic static final AkkaPduProtobufCodec$ MODULE$
public akka.util.ByteString constructMessage(akka.actor.Address localAddress,
akka.actor.ActorRef recipient,
WireFormats.SerializedMessage serializedMessage,
scala.Option<akka.actor.ActorRef> senderOption,
scala.Option<SeqNo> seqOption,
scala.Option<Ack> ackOption)
constructMessage in interface AkkaPduCodecpublic akka.util.ByteString constructPureAck(Ack ack)
constructPureAck in interface AkkaPduCodecpublic akka.util.ByteString constructPayload(akka.util.ByteString payload)
constructPayload in interface AkkaPduCodecpublic akka.util.ByteString constructAssociate(HandshakeInfo info)
constructAssociate in interface AkkaPduCodecpublic akka.util.ByteString constructDisassociate(AssociationHandle.DisassociateInfo info)
constructDisassociate in interface AkkaPduCodecpublic akka.util.ByteString constructHeartbeat()
constructHeartbeat in interface AkkaPduCodecpublic AkkaPduCodec.AkkaPdu decodePdu(akka.util.ByteString raw)
AkkaPduCodecAkkaPduCodec.AkkaPdu instance that represents the PDU contained in the raw
ByteString.decodePdu in interface AkkaPduCodecraw - Encoded raw byte representation of an Akka PDUpublic scala.Tuple2<scala.Option<Ack>,scala.Option<AkkaPduCodec.Message>> decodeMessage(akka.util.ByteString raw, RemoteActorRefProvider provider, akka.actor.Address localAddress)
decodeMessage in interface AkkaPduCodec