#include <AsyncSocket.h>
Inheritance diagram for OW32::CAsyncBlockingSocket:
Public Member Functions | |
CAsyncBlockingSocket (CAsyncSocketCallback *pCallback, SOCKET s) | |
CAsyncBlockingSocket (CAsyncSocketCallback *pCallback) | |
virtual int | recv (char *buf, int len) |
Asynchronous recv. | |
virtual int | send (const char *buf, int len) |
Asynchronous send. | |
virtual int | connect (const struct sockaddr *name, int namelen) |
Connect to a remote server (stream) or set a default outgoing address for send (datagram). | |
virtual int | connect (CSockAddrIn &sockaddr_in) |
Connect to a remote server (stream) or set a default outgoing address for send (datagram). |
|
Connect to a remote server (stream) or set a default outgoing address for send (datagram).
Reimplemented from OW32::CAsyncSocketBase. |
|
Connect to a remote server (stream) or set a default outgoing address for send (datagram).
Reimplemented from OW32::CAsyncSocketBase. |
|
Asynchronous recv. onReadCompletion will be called when the read completes.
Implements OW32::CAsyncSocketBase. |
|
Asynchronous send. onSendCompletion will be called when the send completes.
Implements OW32::CAsyncSocketBase. |