SecureServerSocket class - derived from ServerSocket but has a SSLcontext associated with it
![]() | SSLServerSocket (SecureSocketImpl* impl) 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 |
SecureServerSocket 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 hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de