• SslServer
  • SslServer Class

    class nymeaserver::SslServer

    This class represents the SSL server for nymead. More...

    Header: #include <SslServer>

    Protected Functions

    void incomingConnection(int socketDescriptor) override

    Detailed Description

    The SSL server allows clients to connect to the JSON-RPC API over an encrypted SSL/TLS connection.

    See also WebSocketServer, TransportInterface, and TcpServer.

    Member Function Documentation

    [protected] void SslServer::incomingConnection(int socketDescriptor)

    This method will be called if a new socketDescriptor is about to connect to this SslSocket.