![]() |
v8
3.14.5(node0.10.28)
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 1743 of file platform-win32.cc.
|
inlineexplicit |
Definition at line 1745 of file platform-win32.cc.
|
inlineexplicit |
Definition at line 1749 of file platform-win32.cc.
|
inlinevirtual |
Definition at line 1750 of file platform-win32.cc.
|
virtual |
Implements Socket.
Definition at line 1803 of file platform-win32.cc.
References v8::internal::NULL.
|
virtual |
Implements Socket.
Definition at line 1776 of file platform-win32.cc.
|
virtual |
Implements Socket.
Definition at line 1817 of file platform-win32.cc.
References v8::internal::NULL.
|
inlinevirtual |
Implements Socket.
Definition at line 1769 of file platform-win32.cc.
|
virtual |
Implements Socket.
Definition at line 1793 of file platform-win32.cc.
|
virtual |
Implements Socket.
Definition at line 1872 of file platform-win32.cc.
|
virtual |
Implements Socket.
Definition at line 1855 of file platform-win32.cc.
|
virtual |
Implements Socket.
Definition at line 1879 of file platform-win32.cc.
References v8::internal::BOOL().
|
virtual |
Implements Socket.
Definition at line 1843 of file platform-win32.cc.