8 #ifndef FACEBOOK_NETWORK_SERVER_H
9 #define FACEBOOK_NETWORK_SERVER_H
60 bool schedulerIsActive_ =
false;
This class is the base class for all server.
Definition: Server.h:26
~Server() override
Destructs a server object.
virtual bool start()
Starts the server.
Buffer buffer_
The socket buffer of this server.
Definition: Server.h:57
Server()
Creates a new server object.
virtual bool stop()
Stops the server.
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