Class SSL.Port
- Description
Interface similar to Stdio.Port.
- Variable accept_callback
function(object,mixed|void:void) SSL.Port.accept_callback
- Variable ctx
ContextSSL.Port.ctx- Description
Context to use for the connections.
- Inherit socket
inherit Stdio.Port : socket
- Method create
SSL.Port SSL.Port(Context|voidctx)- Description
Create a new port for accepting SSL connections.
- See also