class Thread

Inner class (Thread) which is used to read from InputStream of client's socket.

Inheritance:


Public Fields

[more]ithread_t threadId
ithread type

Public Methods

[more] Thread()
Basic constructor
[more]int start()
Starts the thread
[more]virtual int run()
Virtual method for running the Server
[more]static void* entryPoint(void*pthis)
Static method for entering in thread class


Documentation

Inner class (Thread) which is used to read from InputStream of client's socket. It also uses CommonUtilities class to parse incoming InputStream and uses KeyValuePair to fetch parsed sessionId
o Thread()
Basic constructor

oint start()
Starts the thread
Returns:
'1' if thread started successfully else '0'

ovirtual int run()
Virtual method for running the Server
Returns:
'1' if thread started successfully else '0'

ostatic void* entryPoint(void*pthis)
Static method for entering in thread class
Parameters:
pthis - Object of class starting the thread

oithread_t threadId
ithread type


Direct child classes:
TcpIpServer
TcpIpEmptyUpdates
CheckTcpSocketTimer
Author:
Parikshit Thakur & Team, Trace R&D Center
Version:
Revision: 1.0

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.