E-MailRelay
|
#include "gdef.h"
#include "gsocket.h"
#include "geventhandler.h"
#include "gexception.h"
#include "gstringview.h"
#include <string>
#include <vector>
#include <utility>
Go to the source code of this file.
Classes | |
class | GNet::SocketProtocol |
An interface for implementing a low-level TLS/SSL protocol layer on top of a connected non-blocking socket. More... | |
class | GNet::SocketProtocolSink |
An interface used by GNet::SocketProtocol to deliver data from a socket. More... | |
Namespaces | |
namespace | GNet |
Network classes. | |