Pike v8.1 release 6

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.

Note

The Context is created (by calling context_factory()) on first access to the variable.

Note

Read only


Inherit socket

inherit Stdio.Port : socket


Method create

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

Description

Create a new port for accepting SSL connections.

Parameter ctx

Context to be used with this Port.

If left out, it will be created on demand on first access by calling context_factory().

See also

bind(), listen_fd()