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

NextPrevUpTopContentsIndex

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

A 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.

Note

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

See also

socket-stream


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex