#include <SSLConnection.h>
Inheritance diagram for SSLConnection:
Public Member Functions | |
SSLConnection () | |
~SSLConnection () | |
virtual void | closeConnection () |
virtual void | send (const string &buffer) |
virtual void | sendExit () |
virtual bool | receive (ostream *strm=0) |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
virtual void | initConnection ()=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 Connection. |
|
|
|
|
|
Implemented in PPTClient, PPTConnection, PPTServer, SSLClient, and SSLServer. |
|
Here is the call graph for this function: ![]() |
|
Implements Connection. |
|
Implements Connection. |
|
Implements Connection. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|