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

accepting-handle Type

Summary

The type of object returned by accept-tcp-connections-creating-async-io-states.

Package

comm

Signature

accepting-handle

Description

Instances of the type accepting-handle are returned by accept-tcp-connections-creating-async-io-states and are passed as the first argument to the connection-function of accept-tcp-connections-creating-async-io-states.

The handle contains the collection with which it is associated, the underlying socket, and the user-info and handle-name that were passed to accept-tcp-connections-creating-async-io-states.

See also

accept-tcp-connections-creating-async-io-states
close-accepting-handle
accepting-handle-socket
accepting-handle-collection
accepting-handle-local-port
accepting-handle-user-info
accepting-handle-name
25 TCP and UDP socket communication and SSL


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