Extracted from Pike v8.0 release 164 as of 2018-07-18.
   

Class SSL.Port

Inheritance graph
_port Stdio.Port SSL.Port Protocols.HTTP.Server.SSLPort
Description

Interface similar to Stdio.Port.


Variable accept_callback

function(object, mixed|void:void) SSL.Port.accept_callback


Variable ctx

Context SSL.Port.ctx

Description

Context to use for the connections.


Inherit socket

inherit Stdio.Port : socket


Method create

SSL.Port SSL.Port(Context|void ctx)

Description

Create a new port for accepting SSL connections.

See also

bind(), listen_fd()