C# Class K2Informatics.Erlnet.OtpNode.Acceptor

Inheritance: ThreadBase
Afficher le fichier Open project: K2InformaticsGmbH/erlnet

Méthodes publiques

Méthode Description
Acceptor ( OtpNode node, int port ) : System
quit ( ) : void
run ( ) : void

Private Methods

Méthode Description
closeSock ( TcpClient s ) : void
closeSock ( TcpListener s ) : void
publishPort ( ) : bool
unPublishPort ( ) : void

Method Details

Acceptor() public méthode

public Acceptor ( OtpNode node, int port ) : System
node OtpNode
port int
Résultat System

quit() public méthode

public quit ( ) : void
Résultat void

run() public méthode

public run ( ) : void
Résultat void