#include <SSLClient.h>
Inheritance diagram for SSLClient:
Public Member Functions | |
SSLClient (const string &hostStr, int portVal, const string &cert_file, const string &key_file) | |
~SSLClient () | |
virtual void | initConnection () |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
virtual void | closeConnection () |
virtual void | send (const string &buffer) |
virtual void | sendExit () |
virtual bool | receive (ostream *strm=0) |
virtual Socket * | getSocket () |
virtual bool | isConnected () |
virtual void | setOutputStream (ostream *strm) |
virtual ostream * | getOutputStream () |
virtual void | brokenPipe () |
Protected Attributes | |
SSL_METHOD * | _method |
SSL_CTX * | _context |
SSL * | _connection |
bool | _connected |
Socket * | _mySock |
ostream * | _out |
bool | _brokenPipe |
|
|
|
|
|
|
|
Implements Connection. |
|
dumps information about this object Displays the pointer value of this instance
Reimplemented from SSLConnection. |
|
|
|
|
|
Implements Connection. |
|
Here is the call graph for this function: ![]() |
|
Implements Connection. |
|
Implements Connection. |
|
Implements Connection. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|