Account
| Beamlib 3.3.4 This is the Beam C++ class library. |
Loading...
Searching...
No Matches
BoapServerConnection Class Reference
Boap server connection. More...
#include <Boap.h>
Inheritance diagram for BoapServerConnection:
Public Member Functions | |
| BoapServerConnection (BoapServer &boapServer, int fd) | |
| virtual | ~BoapServerConnection () |
| virtual BError | init () |
| Initialise connection. | |
| virtual BError | process () |
| virtual BSocket & | getSocket () |
| virtual void | setMaxLength (BUInt32 maxLength) |
| virtual BError | getHead (BoapPacketHead &head) |
| virtual BError | validate () |
| Validate the connection. | |
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 () |
| virtual void * | function () |
Detailed Description
Boap server connection.
Constructor & Destructor Documentation
◆ BoapServerConnection()
| BoapServerConnection::BoapServerConnection | ( | BoapServer & | boapServer, |
| int | fd | ||
| ) |
◆ ~BoapServerConnection()
| virtual |
Member Function Documentation
◆ init()
| virtual |
Initialise connection.
◆ process()
| virtual |
◆ getSocket()
| virtual |
◆ setMaxLength()
| virtual |
◆ getHead()
| virtual |
◆ validate()
| virtual |
Validate the connection.
The documentation for this class was generated from the following files:
Generated by

Public Member Functions inherited from