Class SSL.sslport
- Description
Interface similar to Stdio.Port.
- Variable accept_callback
function
(object
,mixed
|void
:void
) SSL.sslport.accept_callback
- Inherit accept_queue
inherit ADT.Queue : accept_queue
- Inherit context
inherit .context : context
- Inherit socket
inherit Stdio.Port : socket
- Method create
SSL.sslport SSL.sslport()
- Description
Create a new port for accepting SSL connections.
- See also