This class represents the SSL server for nymead. More...
Header: | #include <SslServer> |
void | incomingConnection(int socketDescriptor) override |
The SSL server allows clients to connect to the JSON-RPC API over an encrypted SSL/TLS connection.
See also WebSocketServer, TransportInterface, and TcpServer.