C# Class Otp.OtpSelf

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

Méthodes publiques

Méthode Description
OtpSelf ( System node ) : System
OtpSelf ( System node, System cookie ) : System
OtpSelf ( System node, System cookie, int port ) : System
accept ( ) : OtpConnection
connect ( OtpPeer other ) : OtpConnection
pid ( ) : Pid
publishPort ( ) : bool
unPublishPort ( ) : void

Method Details

OtpSelf() public méthode

public OtpSelf ( System node ) : System
node System
Résultat System

OtpSelf() public méthode

public OtpSelf ( System node, System cookie ) : System
node System
cookie System
Résultat System

OtpSelf() public méthode

public OtpSelf ( System node, System cookie, int port ) : System
node System
cookie System
port int
Résultat System

accept() public méthode

public accept ( ) : OtpConnection
Résultat OtpConnection

connect() public méthode

public connect ( OtpPeer other ) : OtpConnection
other OtpPeer
Résultat OtpConnection

pid() public méthode

public pid ( ) : Pid
Résultat Otp.Erlang.Pid

publishPort() public méthode

public publishPort ( ) : bool
Résultat bool

unPublishPort() public méthode

public unPublishPort ( ) : void
Résultat void