All Manuals > LispWorks® User Guide and Reference Manual > 32 The COMM Package

async-io-state-ssl-side Function

Summary

Accesses the ssl-side of an async-io-state.

Package

comm

Signature

async-io-state-ssl-side async-io-state => ssl-side

Arguments
async-io-state
Values
ssl-side
:client, :server, :both or nil.
Description

The function async-io-state-ssl-side accesses the ssl-side of the async-io-state async-io-state.

It returns nil if SSL is not attached.

Notes

async-io-state-ssl-side is useful as a predicate for testing if an async-io-state has SSL attached.

See also

async-io-state
25 TCP and UDP socket communication and SSL


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26