C# Class Otp.OtpCookedConnection

Inheritance: AbstractConnection
Afficher le fichier Open project: bmizerany/jungerl Class Usage Examples

Protected Properties

Свойство Type Description
links Otp.Links
self OtpNode

Méthodes publiques

Méthode Description
close ( ) : void
deliver ( OtpMsg msg ) : void
deliver ( System e ) : void

Private Methods

Méthode Description
OtpCookedConnection ( OtpNode self, OtpPeer other ) : System
OtpCookedConnection ( OtpNode self, System s ) : System
breakLinks ( ) : void
exit ( Erlang from, Erlang to, System reason ) : void
exit2 ( Erlang from, Erlang to, System reason ) : void
link ( Erlang from, Erlang to ) : void
send ( Erlang from, Erlang dest, Erlang msg ) : void
send ( Erlang from, System dest, Erlang msg ) : void
unlink ( Erlang from, Erlang to ) : void

Method Details

close() public méthode

public close ( ) : void
Résultat void

deliver() public méthode

public deliver ( OtpMsg msg ) : void
msg OtpMsg
Résultat void

deliver() public méthode

public deliver ( System e ) : void
e System
Résultat void

Property Details

links protected_oe property

protected Links,Otp links
Résultat Otp.Links

self protected_oe property

protected OtpNode,Otp self
Résultat OtpNode