Pike v8.0 release 1738

Class SSL.Port

Inheritance graph
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()