Accesses the ssl-side of a socket stream.
comm
socket-stream-ssl-side socket-stream => ssl-side
socket-stream⇩ |
ssl-side | :client , :server , :both or nil . |
The function socket-stream-ssl-side
accesses the ssl-side of the socket-stream socket-stream.
It returns nil
if SSL is not attached.
socket-stream-ssl-side
is useful as a predicate for testing if an socket-stream has SSL attached.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26