Pike v8.0 release 1738

Class SSL.sslport

Inheritance graph
7.8::SSL.context predef::ADT.Queue _Stdio._port 7.8::Stdio.Port 7.8::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

bind(), listen_fd()