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 ) : |
||
DecodePdu ( ByteString raw ) : IAkkaPdu |
Return an IAkkaPdu instance that represents a PDU contained in the raw ByteString.
|
|
EncodePdu ( IAkkaPdu pdu ) : ByteString |
Takes an IAkkaPdu representation of an Akka PDU and returns its encoded form as a ByteString.
|
public abstract ConstructAssociate ( HandshakeInfo info ) : ByteString | ||
info | HandshakeInfo | |
return | ByteString |
public abstract ConstructDisassociate ( DisassociateInfo reason ) : ByteString | ||
reason | DisassociateInfo | |
return | ByteString |
public abstract ConstructHeartbeat ( ) : ByteString | ||
return | ByteString |
public abstract 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 |
public abstract ConstructPayload ( ByteString payload ) : ByteString | ||
payload | ByteString | |
return | ByteString |
public abstract ConstructPureAck ( Ack ack ) : ByteString | ||
ack | Ack | |
return | ByteString |
public abstract DecodeMessage ( ByteString raw, RemoteActorRefProvider provider, Akka.Actor.Address localAddress ) : |
||
raw | ByteString | |
provider | RemoteActorRefProvider | |
localAddress | Akka.Actor.Address | |
return |
public abstract DecodePdu ( ByteString raw ) : IAkkaPdu | ||
raw | ByteString | Encoded raw byte representation of an Akka PDU |
return | IAkkaPdu |
public EncodePdu ( IAkkaPdu pdu ) : ByteString | ||
pdu | IAkkaPdu | |
return | ByteString |