Inner class (Thread) which is used to read from InputStream of client's socket.
Inheritance:
Public Fields
-
ithread_t threadId
- ithread type
Public Methods
-
Thread()
- Basic constructor
-
int start()
- Starts the thread
-
virtual int run()
- Virtual method for running the Server
-
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
Thread()
-
Basic constructor
int start()
-
Starts the thread
- Returns:
- '1' if thread started successfully else '0'
virtual int run()
-
Virtual method for running the Server
- Returns:
- '1' if thread started successfully else '0'
static void* entryPoint(void*pthis)
-
Static method for entering in thread class
- Parameters:
- pthis - Object of class starting the thread
ithread_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++.