ReactOS 0.4.16-dev-814-g656a5dc
|
#include <socket.h>
Public Member Functions | |
CServerClientSocket () | |
CServerClientSocket (LPCServerSocket lpServerSocket) | |
CServerSocket * | GetServerSocket () |
virtual INT | Transmit (LPCSTR lpsBuffer, UINT nLength) |
virtual INT | Receive (LPSTR lpsBuffer, UINT nLength) |
virtual INT | SendText (LPCSTR lpsText) |
virtual VOID | MessageLoop () |
virtual VOID | OnRead () |
virtual VOID | OnClose () |
![]() | |
CSocket () | |
virtual | ~CSocket () |
virtual SOCKET | GetSocket () |
virtual VOID | SetSocket (SOCKET socket) |
virtual SOCKADDR_IN | GetSockAddrIn () |
virtual VOID | SetSockAddrIn (SOCKADDR_IN sockaddrin) |
virtual VOID | SetEvents (LONG lEvents) |
virtual LONG | GetEvents () |
virtual VOID | SetPort (UINT nPort) |
virtual VOID | Open () |
virtual VOID | Close () |
virtual INT | Transmit (LPCSTR lpsBuffer, UINT nLength) |
virtual INT | Receive (LPSTR lpsBuffer, UINT nLength) |
virtual INT | SendText (LPCSTR lpsStr) |
Protected Attributes | |
LPCServerSocket | ServerSocket |
![]() | |
SOCKET | Socket |
SOCKADDR_IN | SockAddrIn |
WSAEVENT | Event |
UINT | Port |
BOOL | Active |
CServerClientSocket::CServerClientSocket | ( | LPCServerSocket | lpServerSocket | ) |
Definition at line 103 of file socket.cpp.
LPCServerSocket CServerClientSocket::GetServerSocket | ( | ) |
Definition at line 149 of file socket.cpp.
Referenced by CServerClientThread::~CServerClientThread().
|
virtual |
Definition at line 132 of file socket.cpp.
Referenced by CHttpClient::SendFile().
|
inlinevirtual |
Reimplemented in CHttpClient.
Definition at line 109 of file socket.h.
Referenced by MessageLoop().
|
inlinevirtual |
Reimplemented in CHttpClient.
Definition at line 107 of file socket.h.
Referenced by MessageLoop().
Reimplemented from CSocket.
Definition at line 126 of file socket.cpp.
Referenced by CHttpClient::OnRead().
Reimplemented from CSocket.
Definition at line 115 of file socket.cpp.
Referenced by CHttpClient::Report(), and CHttpClient::SendFile().
Reimplemented from CSocket.
Definition at line 109 of file socket.cpp.
Referenced by CHttpClient::SendFile(), and SendText().
|
protected |
Definition at line 111 of file socket.h.
Referenced by CServerClientSocket(), and GetServerSocket().