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

find-ssl-connection-from-ssl-ref Function

Summary

Finds the SSL connection associated with a SSL FLI pointer, if any.

Package

comm

Signature

find-ssl-connection-from-ssl-ref ssl-ref => ssl-connection-or-nil

Arguments
ssl-ref
A foreign pointer.
Values
ssl-connection-or-nil
Description

The function find-ssl-connection-from-ssl-ref tries to find the SSL connection (a socket-stream or a async-io-state) associated with a SSL foreign pointer. The search is based on the address specified by ssl-ref, but not its type. The search succeeds if the SSL connection is still open and the address of ssl-ref is the same as the address of the SSL pointer of the SSL connection (the result of ssl-connection-ssl-ref).

See also

ssl-connection-ssl-ref


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