The server context. More...
Public Member Functions | |
| SSLServer (uint options, int num_sessions) | |
| Start a new server context. | |
| SSL | Connect (Socket s) |
| Establish a new SSL connection to an SSL client. | |
The server context.
All server connections are started within a server context.
| axTLS::SSLServer::SSLServer | ( | uint | options, | |
| int | num_sessions | |||
| ) | [inline] |
Start a new server context.
| SSL axTLS::SSLServer::Connect | ( | Socket | s | ) | [inline] |
![]()