The server context. More...
Public Member Functions | |
SSLServer (int 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.
axTLSj::SSLServer::SSLServer | ( | int | options, | |
int | num_sessions | |||
) | [inline] |
Start a new server context.
SSL axTLSj::SSLServer::connect | ( | Socket | s | ) | [inline] |