C# Class QuickFix.ClientHandlerThread

Created by a ThreadedSocketReactor to handle a client connection. Each ClientHandlerThread has a SocketReader which reads from the socket.
Inheritance: IResponder, IDisposable
Afficher le fichier Open project: kennystone/quickfixn Class Usage Examples

Méthodes publiques

Méthode Description
ClientHandlerThread ( TcpClient tcpClient, long clientId ) : System.Net.Sockets
Disconnect ( ) : void
Join ( ) : void
Log ( string s ) : void
Run ( ) : void
Send ( string data ) : bool
Shutdown ( string reason ) : void
Start ( ) : void

Method Details

ClientHandlerThread() public méthode

public ClientHandlerThread ( TcpClient tcpClient, long clientId ) : System.Net.Sockets
tcpClient System.Net.Sockets.TcpClient
clientId long
Résultat System.Net.Sockets

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Join() public méthode

public Join ( ) : void
Résultat void

Log() public méthode

public Log ( string s ) : void
s string
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

Send() public méthode

public Send ( string data ) : bool
data string
Résultat bool

Shutdown() public méthode

public Shutdown ( string reason ) : void
reason string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void