Method SSL.Port()->create()
- 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