C# Class Akka.Remote.Transport.AkkaPduProtobuffCodec

Inheritance: AkkaPduCodec
Afficher le fichier Open project: rogeralsing/akka.net

Private Properties

Свойство Type Description
AckBuilder AcknowledgementInfo.Builder
ConstructControlMessagePdu ByteString
DecodeAddress Akka.Actor.Address
DecodeControlPdu IAkkaPdu
SerializeActorRef ActorRefData
SerializeAddress AddressData

Méthodes publiques

Méthode Description
ConstructAssociate ( HandshakeInfo info ) : ByteString
ConstructDisassociate ( DisassociateInfo reason ) : ByteString
ConstructHeartbeat ( ) : ByteString
ConstructMessage ( Akka.Actor.Address localAddress, IActorRef recipient, SerializedMessage serializedMessage, IActorRef senderOption = null, SeqNo seqOption = null, Ack ackOption = null ) : ByteString
ConstructPayload ( ByteString payload ) : ByteString
ConstructPureAck ( Ack ack ) : ByteString
DecodeMessage ( ByteString raw, RemoteActorRefProvider provider, Akka.Actor.Address localAddress ) : AckAndMessage
DecodePdu ( ByteString raw ) : IAkkaPdu

Private Methods

Méthode Description
AckBuilder ( Ack ack ) : AcknowledgementInfo.Builder
ConstructControlMessagePdu ( CommandType code, AkkaHandshakeInfo handshakeInfo = null ) : ByteString
DecodeAddress ( AddressData origin ) : Akka.Actor.Address
DecodeControlPdu ( AkkaControlMessage controlPdu ) : IAkkaPdu
SerializeActorRef ( Akka.Actor.Address defaultAddress, IActorRef actorRef ) : ActorRefData
SerializeAddress ( Akka.Actor.Address address ) : AddressData

Method Details

ConstructAssociate() public méthode

public ConstructAssociate ( HandshakeInfo info ) : ByteString
info HandshakeInfo
Résultat ByteString

ConstructDisassociate() public méthode

public ConstructDisassociate ( DisassociateInfo reason ) : ByteString
reason DisassociateInfo
Résultat ByteString

ConstructHeartbeat() public méthode

public ConstructHeartbeat ( ) : ByteString
Résultat ByteString

ConstructMessage() public méthode

public ConstructMessage ( Akka.Actor.Address localAddress, IActorRef recipient, SerializedMessage serializedMessage, IActorRef senderOption = null, SeqNo seqOption = null, Ack ackOption = null ) : ByteString
localAddress Akka.Actor.Address
recipient IActorRef
serializedMessage SerializedMessage
senderOption IActorRef
seqOption SeqNo
ackOption Ack
Résultat ByteString

ConstructPayload() public méthode

public ConstructPayload ( ByteString payload ) : ByteString
payload ByteString
Résultat ByteString

ConstructPureAck() public méthode

public ConstructPureAck ( Ack ack ) : ByteString
ack Ack
Résultat ByteString

DecodeMessage() public méthode

public DecodeMessage ( ByteString raw, RemoteActorRefProvider provider, Akka.Actor.Address localAddress ) : AckAndMessage
raw ByteString
provider RemoteActorRefProvider
localAddress Akka.Actor.Address
Résultat AckAndMessage

DecodePdu() public méthode

public DecodePdu ( ByteString raw ) : IAkkaPdu
raw ByteString
Résultat IAkkaPdu