SSLServer Member List
This is the complete list of members for
SSLServer, including all inherited members.
_connected | SSLConnection | [protected] |
_connection | SSLConnection | [protected] |
_context | SSLConnection | [protected] |
_method | SSLConnection | [protected] |
closeConnection() | SSLConnection | [virtual] |
dump(ostream &strm) const | SSLServer | [virtual] |
exit() | SSLConnection | [inline, virtual] |
getRecvChunkSize() | SSLConnection | [inline, virtual] |
getSendChunkSize() | SSLConnection | [inline, virtual] |
initConnection() | SSLServer | [virtual] |
receive(char *buffer, unsigned int buffer_size) | SSLConnection | [protected, virtual] |
receive(map< string, string > &extensions, ostream *strm=0) | SSLConnection | [inline, virtual] |
send(const string &buffer) | SSLConnection | [protected, virtual] |
send(const string &buffer, map< string, string > &extensions) | SSLConnection | [inline, virtual] |
sendChunk(const string &buffer, map< string, string > &extensions) | SSLConnection | [inline, protected, virtual] |
sendExit() | SSLConnection | [inline, virtual] |
sendExtensions(map< string, string > &extensions) | SSLConnection | [inline, virtual] |
SSLConnection() | SSLConnection | |
SSLServer(int portVal, const string &cert_file, const string &cert_auth_file, const string &key_file) | SSLServer | |
~SSLConnection() | SSLConnection | |
~SSLServer() | SSLServer | |