8 #ifndef FACEBOOK_NETWORK_CLIENT_H
9 #define FACEBOOK_NETWORK_CLIENT_H
This class is the base class for all clients.
Definition: Client.h:25
Buffer socketBuffer_
The socket buffer of this client.
Definition: Client.h:41
~Client() override
Destructs a client.
Client()
Creates a new client.
This class is the base class for all sockets.
Definition: Socket.h:31
std::vector< uint8_t > Buffer
Definition of a vector holding 8 bit values.
Definition: Socket.h:76
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15