C# Class Otp.OtpSelf

Inheritance: OtpLocalNode
Datei anzeigen Open project: bmizerany/jungerl Class Usage Examples

Public Methods

Method 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 method

public OtpSelf ( System node ) : System
node System
return System

OtpSelf() public method

public OtpSelf ( System node, System cookie ) : System
node System
cookie System
return System

OtpSelf() public method

public OtpSelf ( System node, System cookie, int port ) : System
node System
cookie System
port int
return System

accept() public method

public accept ( ) : OtpConnection
return OtpConnection

connect() public method

public connect ( OtpPeer other ) : OtpConnection
other OtpPeer
return OtpConnection

pid() public method

public pid ( ) : Pid
return Otp.Erlang.Pid

publishPort() public method

public publishPort ( ) : bool
return bool

unPublishPort() public method

public unPublishPort ( ) : void
return void