All Manuals > LispWorks® User Guide and Reference Manual

25 TCP and UDP socket communication and SSL

The interface for using sockets in LispWorks is in the "comm" module, and all the symbols are in the comm package, and documented in the 32 The COMM Package.

To use it you need to require the module by:

(require "comm")

25.1 Running a server that accepts connections

25.2 Connecting to a server

25.3 Specifying the target for connecting and binding a socket

25.4 Information about IP addresses

25.5 Waiting on a socket stream

25.6 Special considerations

25.7 Asynchronous I/O

25.8 Using SSL

25.9 Socket streams with Java sockets and SSL on Android

25.10 Advanced OpenSSL-specific issues


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