Class PekkoPduProtobufCodec
java.lang.Object
org.apache.pekko.remote.transport.PekkoPduProtobufCodec
INTERNAL API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ByteStringstatic ByteStringstatic ByteStringstatic ByteStringconstructMessage(Address localAddress, ActorRef recipient, WireFormats.SerializedMessage serializedMessage, <any> senderOption, scala.Option<SeqNo> seqOption, scala.Option<Ack> ackOption) static scala.Option<SeqNo>static scala.Option<Ack>static ByteStringconstructPayload(ByteString payload) static ByteStringconstructPureAck(Ack ack) static scala.Tuple2<scala.Option<Ack>,scala.Option<PekkoPduCodec.Message>> decodeMessage(ByteString raw, org.apache.pekko.remote.RemoteActorRefProvider provider, Address localAddress) static PekkoPduCodec.PekkoPdudecodePdu(ByteString raw) static ByteString
-
Constructor Details
-
PekkoPduProtobufCodec
public PekkoPduProtobufCodec()
-
-
Method Details
-
constructMessage
public static ByteString constructMessage(Address localAddress, ActorRef recipient, WireFormats.SerializedMessage serializedMessage, <any> senderOption, scala.Option<SeqNo> seqOption, scala.Option<Ack> ackOption) -
constructMessage$default$5
-
constructMessage$default$6
-
constructPureAck
-
constructPayload
-
constructAssociate
-
constructDisassociate
-
constructHeartbeat
-
decodePdu
-
decodeMessage
public static scala.Tuple2<scala.Option<Ack>,scala.Option<PekkoPduCodec.Message>> decodeMessage(ByteString raw, org.apache.pekko.remote.RemoteActorRefProvider provider, Address localAddress) -
encodePdu
-