class Akenti::SSLSocket |
SSLSocket class - derived from Socket but has a SSLcontext associated with it.
![]() | SSLSocket (SecureSocketImpl* impl = NULL) Constructs a SSLSocket from a SecureSocketImpl. |
![]() | SSLSocket (const string& host, int port) Constructs a client SSLSocket from the Provider default SSLClientContext and default SecureSocketImpl. |
![]() | SSLSocket (const SSLContext& ctx, const string& host, int port) Constructs a client SSLSocket from a Server SSLContext and the Provider default SecureSocketImpl. |
![]() | ~SSLSocket () Destroys this object |
![]() | getSSLContext () Return the security context associated with this socket. |
SSLSocket class - derived from Socket but has a SSLcontext associated with it. Inherits most of its methods from Socket i.e. setting the host, setting/getting the port, connection and binding.
Alphabetic index HTML hierarchy of classes or Java