#include <Boap.h>
Inheritance diagram for BoapServerConnection:
Public Member Functions | |
BoapServerConnection (BoapServer &boapServer, int fd) | |
BError | process () |
int | getFd () |
Private Member Functions | |
void * | function () |
Private Attributes | |
BoapServer & | oboapServer |
int | ofd |
BoapPacket | orx |
BoapPacket | otx |
BoapServerConnection::BoapServerConnection | ( | BoapServer & | boapServer, | |
int | fd | |||
) |
BError BoapServerConnection::process | ( | ) |
int BoapServerConnection::getFd | ( | ) |
void * BoapServerConnection::function | ( | ) | [private, virtual] |
Reimplemented from BThread.
BoapServer& BoapServerConnection::oboapServer [private] |
int BoapServerConnection::ofd [private] |
BoapPacket BoapServerConnection::orx [private] |
BoapPacket BoapServerConnection::otx [private] |