LibBeamApi
0.3.8
|
#include <Boap.h>
Public Member Functions | |
BoapServerConnection (BoapServer &boapServer, int fd) | |
virtual | ~BoapServerConnection () |
virtual BError | init () |
Initialise connection. More... | |
virtual BError | process () |
virtual BSocket & | getSocket () |
virtual void | setMaxLength (BUInt32 maxLength) |
virtual BError | getHead (BoapPacketHead &head) |
virtual BError | validate () |
Validate the connection. More... | |
![]() | |
BThread () | |
virtual | ~BThread () |
int | setInitPriority (int policy, int priority) |
int | setInitStackSize (size_t stackSize) |
int | start () |
void * | result () |
int | running () |
int | setPriority (int policy, int priority) |
int | cancel () |
void * | waitForCompletion () |
pthread_t | getThread () |
Private Member Functions | |
void * | function () |
Private Attributes | |
BoapServer & | oboapServer |
BSocket | osocket |
BoapPacket | orx |
BoapPacket | otx |
BUInt32 | omaxLength |
BoapServerConnection::BoapServerConnection | ( | BoapServer & | boapServer, |
int | fd | ||
) |
|
virtual |
|
privatevirtual |
Reimplemented from BThread.
|
virtual |
|
virtual |
|
virtual |
Initialise connection.
|
virtual |
|
virtual |
|
virtual |
Validate the connection.
|
private |
|
private |
|
private |
|
private |
|
private |