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

socket-stream-ssl-side Function

Summary

Accesses the ssl-side of a socket stream.

Package

comm

Signature

socket-stream-ssl-side socket-stream => ssl-side

Arguments
socket-stream
Values
ssl-side
:client, :server, :both or nil.
Description

The function socket-stream-ssl-side accesses the ssl-side of the socket-stream socket-stream.

It returns nil if SSL is not attached.

Notes

socket-stream-ssl-side is useful as a predicate for testing if an socket-stream has SSL attached.

See also

socket-stream
25 TCP and UDP socket communication and SSL


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