C# Class K2Informatics.Erlnet.OtpSelf

Inheritance: OtpLocalNode
Afficher le fichier Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

OtpSelf() public méthode

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

OtpSelf() public méthode

public OtpSelf ( String node, String cookie, int port ) : System
node String
cookie String
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

publishPort() public méthode

public publishPort ( ) : bool
Résultat bool

unPublishPort() public méthode

public unPublishPort ( ) : void
Résultat void