#include <Boap.h>
Public Member Functions | |
BoapServerConnection (BoapServer &boapServer, int fd) | |
BError | process () |
BSocket & | getSocket () |
void | setMaxLength (BUInt32 maxLength) |
Private Member Functions | |
void * | function () |
Private Attributes | |
BoapServer & | oboapServer |
BSocket | osocket |
BoapPacket | orx |
BoapPacket | otx |
BUInt32 | omaxLength |
BoapServerConnection::BoapServerConnection | ( | BoapServer & | boapServer, | |
int | fd | |||
) |
BError BoapServerConnection::process | ( | ) |
BSocket & BoapServerConnection::getSocket | ( | ) |
void BoapServerConnection::setMaxLength | ( | BUInt32 | maxLength | ) |
void * BoapServerConnection::function | ( | ) | [private, virtual] |
Reimplemented from BThread.
BoapServer& BoapServerConnection::oboapServer [private] |
BSocket BoapServerConnection::osocket [private] |
BoapPacket BoapServerConnection::orx [private] |
BoapPacket BoapServerConnection::otx [private] |
BUInt32 BoapServerConnection::omaxLength [private] |