프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ) : |
||
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 |
public ConstructAssociate ( HandshakeInfo info ) : ByteString | ||
info | HandshakeInfo | |
리턴 | ByteString |
public ConstructDisassociate ( DisassociateInfo reason ) : ByteString | ||
reason | DisassociateInfo | |
리턴 | ByteString |
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 |
public ConstructPayload ( ByteString payload ) : ByteString | ||
payload | ByteString | |
리턴 | ByteString |
public DecodeMessage ( ByteString raw, RemoteActorRefProvider provider, Akka.Actor.Address localAddress ) : |
||
raw | ByteString | |
provider | RemoteActorRefProvider | |
localAddress | Akka.Actor.Address | |
리턴 |