| Beam-lib 2.15.1 |
BoapServerConnection Class Reference
#include <Boap.h>
Inheritance diagram for BoapServerConnection:
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... | |
Public Member Functions inherited from BThread | |
| 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 |
Constructor & Destructor Documentation
◆ BoapServerConnection()
| BoapServerConnection::BoapServerConnection | ( | BoapServer & | boapServer, |
| int | fd | ||
| ) |
◆ ~BoapServerConnection()
| virtual |
Member Function Documentation
◆ function()
| privatevirtual |
Reimplemented from BThread.
◆ getHead()
| virtual |
◆ getSocket()
| virtual |
◆ init()
| virtual |
Initialise connection.
◆ process()
| virtual |
◆ setMaxLength()
| virtual |
◆ validate()
| virtual |
Validate the connection.
Member Data Documentation
◆ oboapServer
| private |
◆ omaxLength
| private |
◆ orx
| private |
◆ osocket
| private |
◆ otx
| private |
The documentation for this class was generated from the following files:
Generated by
1.8.14 

Public Member Functions inherited from