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