v8  3.25.30(node0.11.13)
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 37 of file test-socket.cc.

Constructor & Destructor Documentation

SocketListenerThread ( int  port,
int  data_size 
)
inline

Definition at line 39 of file test-socket.cc.

~SocketListenerThread ( )
inline

Definition at line 48 of file test-socket.cc.

Member Function Documentation

char* data ( )
inline

Definition at line 57 of file test-socket.cc.

void Run ( )

Definition at line 69 of file test-socket.cc.

References CHECK, and NULL.

void WaitForListening ( )
inline

Definition at line 56 of file test-socket.cc.


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