|
E-MailRelay
|
#include "gdef.h"#include "ggettext.h"#include "gserverpeer.h"#include "geventstate.h"#include "gexception.h"#include "gsocket.h"#include "glistener.h"#include "glimits.h"#include "gprocess.h"#include "gevent.h"#include <utility>#include <memory>#include <string>
Include dependency graph for gserver.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | GNet::Server |
| A network server class which listens on a specific port and spins off ServerPeer objects for each incoming connection. More... | |
| struct | GNet::Server::Config |
| A configuration structure for GNet::Server. More... | |
| class | GNet::ServerPeerInfo |
| A move-only structure used in GNet::Server::newPeer() and containing the new socket. More... | |
Namespaces | |
| namespace | GNet |
| Network classes. | |