C# Class Akka.Remote.Transport.AkkaPduProtobuffCodec

Inheritance: AkkaPduCodec
Datei anzeigen Open project: rogeralsing/akka.net

Private Properties

Property Type Description
AckBuilder AcknowledgementInfo.Builder
ConstructControlMessagePdu ByteString
DecodeAddress Akka.Actor.Address
DecodeControlPdu IAkkaPdu
SerializeActorRef ActorRefData
SerializeAddress AddressData

Public Methods

Method 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

Method 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 method

public ConstructAssociate ( HandshakeInfo info ) : ByteString
info HandshakeInfo
return ByteString

ConstructDisassociate() public method

public ConstructDisassociate ( DisassociateInfo reason ) : ByteString
reason DisassociateInfo
return ByteString

ConstructHeartbeat() public method

public ConstructHeartbeat ( ) : ByteString
return ByteString

ConstructMessage() public method

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
return ByteString

ConstructPayload() public method

public ConstructPayload ( ByteString payload ) : ByteString
payload ByteString
return ByteString

ConstructPureAck() public method

public ConstructPureAck ( Ack ack ) : ByteString
ack Ack
return ByteString

DecodeMessage() public method

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

DecodePdu() public method

public DecodePdu ( ByteString raw ) : IAkkaPdu
raw ByteString
return IAkkaPdu