C# Class K2Informatics.Erlnet.OtpEpmd.OtpEpmdConnection

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

Méthodes publiques

Méthode Description
OtpEpmdConnection ( OtpEpmd epmd, TcpClient sock ) : System
run ( ) : void

Private Methods

Méthode Description
closeSock ( TcpClient s ) : void
quit ( ) : void
r4_names ( TcpClient s, OtpInputStream ibuf ) : void
r4_port ( TcpClient s, OtpInputStream ibuf ) : void
r4_publish ( TcpClient s, OtpInputStream ibuf ) : void
readSock ( TcpClient s, byte b ) : int

Method Details

OtpEpmdConnection() public méthode

public OtpEpmdConnection ( OtpEpmd epmd, TcpClient sock ) : System
epmd OtpEpmd
sock System.Net.Sockets.TcpClient
Résultat System

run() public méthode

public run ( ) : void
Résultat void