#include <socket.hxx>
Inheritance diagram for xyzzy::TServerSocket:
Public Member Functions | |
TServerSocket (u_int16_t port, size_t bufSz=cDfltSz) throw (Exception) | |
TRcConnection | accept () throw (Exception) |
virtual | ~TServerSocket () |
Private Attributes | |
const size_t | m_cBufSz |
int | m_sid |
xyzzy::TServerSocket::TServerSocket | ( | u_int16_t | port, | |
size_t | bufSz = cDfltSz | |||
) | throw (Exception) [explicit] |
xyzzy::TServerSocket::~TServerSocket | ( | ) | [virtual] |
TSocket::TRcConnection xyzzy::TServerSocket::accept | ( | ) | throw (Exception) |
const size_t xyzzy::TServerSocket::m_cBufSz [private] |
int xyzzy::TServerSocket::m_sid [private] |