![]() |
v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|


Public Member Functions | |
| Win32Socket () | |
| Win32Socket (SOCKET socket) | |
| virtual | ~Win32Socket () |
| bool | Bind (const int port) |
| bool | Listen (int backlog) const |
| Socket * | Accept () const |
| bool | Connect (const char *host, const char *port) |
| bool | Shutdown () |
| int | Send (const char *data, int len) const |
| int | Receive (char *data, int len) const |
| bool | SetReuseAddress (bool reuse_address) |
| bool | IsValid () const |
Public Member Functions inherited from Socket | |
| virtual | ~Socket () |
Additional Inherited Members | |
Static Public Member Functions inherited from Socket | |
| static bool | SetUp () |
| static int | LastError () |
| static uint16_t | HToN (uint16_t value) |
| static uint16_t | NToH (uint16_t value) |
| static uint32_t | HToN (uint32_t value) |
| static uint32_t | NToH (uint32_t value) |
Definition at line 1738 of file platform-win32.cc.
|
inlineexplicit |
Definition at line 1740 of file platform-win32.cc.
|
inlineexplicit |
Definition at line 1744 of file platform-win32.cc.
|
inlinevirtual |
Definition at line 1745 of file platform-win32.cc.
|
virtual |
Implements Socket.
Definition at line 1798 of file platform-win32.cc.
References v8::internal::NULL.
|
virtual |
Implements Socket.
Definition at line 1771 of file platform-win32.cc.
|
virtual |
Implements Socket.
Definition at line 1812 of file platform-win32.cc.
References v8::internal::NULL.
|
inlinevirtual |
Implements Socket.
Definition at line 1764 of file platform-win32.cc.
|
virtual |
Implements Socket.
Definition at line 1788 of file platform-win32.cc.
|
virtual |
Implements Socket.
Definition at line 1867 of file platform-win32.cc.
|
virtual |
Implements Socket.
Definition at line 1850 of file platform-win32.cc.
|
virtual |
Implements Socket.
Definition at line 1874 of file platform-win32.cc.
References v8::internal::BOOL().
|
virtual |
Implements Socket.
Definition at line 1838 of file platform-win32.cc.