VCFNet::Win32SocketPeer Class Reference
#include <Win32SocketPeer.h>
Inheritance diagram for VCFNet::Win32SocketPeer:
List of all members.
Constructor & Destructor Documentation
| VCFNet::Win32SocketPeer::Win32SocketPeer |
( |
Socket * |
socket, |
|
|
const VCF::String & |
host, |
|
|
const int & |
port |
|
) |
|
|
| VCFNet::Win32SocketPeer::Win32SocketPeer |
( |
Socket * |
socket, |
|
|
const int & |
socketPeerID, |
|
|
const VCF::String & |
host, |
|
|
const int & |
port |
|
) |
|
|
| virtual VCFNet::Win32SocketPeer::~Win32SocketPeer |
( |
|
) |
[virtual] |
|
Member Function Documentation
| virtual void VCFNet::Win32SocketPeer::checkForPendingData |
( |
const int & |
waitAndBlock |
) |
[virtual] |
|
| virtual Socket* VCFNet::Win32SocketPeer::getClient |
( |
|
) |
[virtual] |
|
| virtual VCF::String VCFNet::Win32SocketPeer::getHost |
( |
|
) |
[virtual] |
|
| static VCF::String VCFNet::Win32SocketPeer::getLocalMachineName |
( |
|
) |
[static] |
|
| virtual int VCFNet::Win32SocketPeer::getPort |
( |
|
) |
[virtual] |
|
| virtual int VCFNet::Win32SocketPeer::getSocketPeerID |
( |
|
) |
[virtual] |
|
| virtual bool VCFNet::Win32SocketPeer::hasWaitingClients |
( |
|
) |
[virtual] |
|
| void VCFNet::Win32SocketPeer::readDataFromClient |
( |
Socket * |
client, |
|
|
fd_set * |
readfd |
|
) |
[protected] |
|
| virtual int VCFNet::Win32SocketPeer::send |
( |
const char * |
bytes, |
|
|
const int & |
size |
|
) |
[virtual] |
|
| virtual void VCFNet::Win32SocketPeer::setHost |
( |
const VCF::String & |
host |
) |
[virtual] |
|
| virtual void VCFNet::Win32SocketPeer::setPort |
( |
const int & |
port |
) |
[virtual] |
|
| virtual SocketState VCFNet::Win32SocketPeer::startListening |
( |
|
) |
[virtual] |
|
| static void VCFNet::Win32SocketPeer::startup |
( |
|
) |
[static] |
|
| virtual SocketState VCFNet::Win32SocketPeer::stopListening |
( |
|
) |
[virtual] |
|
The documentation for this class was generated from the following file: