C# Class K2Informatics.Erlnet.OtpNode.Acceptor

Inheritance: ThreadBase
Show file Open project: K2InformaticsGmbH/erlnet

Public Methods

Method Description
Acceptor ( OtpNode node, int port ) : System
quit ( ) : void
run ( ) : void

Private Methods

Method Description
closeSock ( TcpClient s ) : void
closeSock ( TcpListener s ) : void
publishPort ( ) : bool
unPublishPort ( ) : void

Method Details

Acceptor() public method

public Acceptor ( OtpNode node, int port ) : System
node OtpNode
port int
return System

quit() public method

public quit ( ) : void
return void

run() public method

public run ( ) : void
return void