v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SocketListenerThread Class Reference
Inheritance diagram for SocketListenerThread:
Collaboration diagram for SocketListenerThread:

Public Member Functions

 SocketListenerThread (int port, int data_size)
 
 ~SocketListenerThread ()
 
void Run ()
 
void WaitForListening ()
 
char * data ()
 

Detailed Description

Definition at line 11 of file test-sockets.cc.

Constructor & Destructor Documentation

SocketListenerThread ( int  port,
int  data_size 
)
inline

Definition at line 13 of file test-sockets.cc.

~SocketListenerThread ( )
inline

Definition at line 22 of file test-sockets.cc.

Member Function Documentation

char* data ( )
inline

Definition at line 32 of file test-sockets.cc.

void Run ( )

Definition at line 44 of file test-sockets.cc.

References CHECK, and NULL.

void WaitForListening ( )
inline

Definition at line 31 of file test-sockets.cc.


The documentation for this class was generated from the following file: