C# 클래스 Akka.Remote.Transport.AkkaPduProtobuffCodec

상속: AkkaPduCodec
파일 보기 프로젝트 열기: rogeralsing/akka.net

Private Properties

프로퍼티 타입 설명
AckBuilder AcknowledgementInfo.Builder
ConstructControlMessagePdu ByteString
DecodeAddress Akka.Actor.Address
DecodeControlPdu IAkkaPdu
SerializeActorRef ActorRefData
SerializeAddress AddressData

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

ConstructAssociate() 공개 메소드

public ConstructAssociate ( HandshakeInfo info ) : ByteString
info HandshakeInfo
리턴 ByteString

ConstructDisassociate() 공개 메소드

public ConstructDisassociate ( DisassociateInfo reason ) : ByteString
reason DisassociateInfo
리턴 ByteString

ConstructHeartbeat() 공개 메소드

public ConstructHeartbeat ( ) : ByteString
리턴 ByteString

ConstructMessage() 공개 메소드

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
리턴 ByteString

ConstructPayload() 공개 메소드

public ConstructPayload ( ByteString payload ) : ByteString
payload ByteString
리턴 ByteString

ConstructPureAck() 공개 메소드

public ConstructPureAck ( Ack ack ) : ByteString
ack Ack
리턴 ByteString

DecodeMessage() 공개 메소드

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

DecodePdu() 공개 메소드

public DecodePdu ( ByteString raw ) : IAkkaPdu
raw ByteString
리턴 IAkkaPdu