#include <GreetHandler.h>
|
| | GreetHandler (IHiveMindHostSerializer &serializer, IHiveMindHostDeserializer &deserializer, IBSP &bsp) |
| |
| | ~GreetHandler () override=default |
| |
| bool | greet () override |
| | wait for a greet and then send the greet response. Serializes directly to the stream and not the the queue. Use to initialize a connection. More...
|
| |
Public Member Functions inherited from IGreetHandler |
| virtual | ~IGreetHandler ()=default |
| |
◆ GreetHandler()
| GreetHandler::GreetHandler |
( |
IHiveMindHostSerializer & |
serializer, |
|
|
IHiveMindHostDeserializer & |
deserializer, |
|
|
IBSP & |
bsp |
|
) |
| |
◆ ~GreetHandler()
| GreetHandler::~GreetHandler |
( |
| ) |
|
|
overridedefault |
◆ greet()
| bool GreetHandler::greet |
( |
| ) |
|
|
overridevirtual |
wait for a greet and then send the greet response. Serializes directly to the stream and not the the queue. Use to initialize a connection.
- Returns
- true if serialization/deserialization successed, false otherwise
Implements IGreetHandler.
◆ m_bsp
| IBSP& GreetHandler::m_bsp |
|
private |
◆ m_deserializer
| IHiveMindHostDeserializer& GreetHandler::m_deserializer |
|
private |
◆ m_serializer
| IHiveMindHostSerializer& GreetHandler::m_serializer |
|
private |
The documentation for this class was generated from the following files: