C# Class K2Informatics.Erlnet.OtpSelf

Inheritance: OtpLocalNode
ファイルを表示 Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Public Methods

Method Description
OtpSelf ( String node ) : System
OtpSelf ( String node, String cookie ) : System
OtpSelf ( String node, String cookie, int port ) : System
accept ( ) : OtpConnection
connect ( OtpPeer other ) : OtpConnection
publishPort ( ) : bool
unPublishPort ( ) : void

Method Details

OtpSelf() public method

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

OtpSelf() public method

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

OtpSelf() public method

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

accept() public method

public accept ( ) : OtpConnection
return OtpConnection

connect() public method

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

publishPort() public method

public publishPort ( ) : bool
return bool

unPublishPort() public method

public unPublishPort ( ) : void
return void