C# 클래스 QuickFix.ClientHandlerThread

Created by a ThreadedSocketReactor to handle a client connection. Each ClientHandlerThread has a SocketReader which reads from the socket.
상속: IResponder, IDisposable
파일 보기 프로젝트 열기: kennystone/quickfixn 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ClientHandlerThread() 공개 메소드

public ClientHandlerThread ( TcpClient tcpClient, long clientId ) : System.Net.Sockets
tcpClient System.Net.Sockets.TcpClient
clientId long
리턴 System.Net.Sockets

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

Join() 공개 메소드

public Join ( ) : void
리턴 void

Log() 공개 메소드

public Log ( string s ) : void
s string
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

Send() 공개 메소드

public Send ( string data ) : bool
data string
리턴 bool

Shutdown() 공개 메소드

public Shutdown ( string reason ) : void
reason string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void