namespace Akenti class SecureSocketImpl : public SocketImpl Base abstract class for SecureSocket implementations - inherits from SocketImpl and adds a security context
| | ~SecureSocketImpl () Destructor |
| | doConnect () Wraps the underlying socket connection |
| | doAccept (SecureSocketImpl* impl) Wraps the underlying socket accept |
| | getSSLContext () const Returns the security context associated with this SecureSocket |
| | newInstance (const SSLContext& ctx) Creates a new instance of a concrete SecureSocketImpl |
| | paramString () const Returns a string representation for SecureSocketImpl which is used for debugging purposes |
| | SecureSocketImpl (const SSLContext& ctx) Construct a SecureSocketImpl given the SSLContext |
Base abstract class for SecureSocket implementations - inherits from SocketImpl and adds a security context.
virtual void doConnect()
virtual void doAccept(SecureSocketImpl* impl)
const SSLContext& getSSLContext() const
virtual SecureSocketImpl* newInstance(const SSLContext& ctx)
virtual string paramString() const
SecureSocketImpl(const SSLContext& ctx)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de