Next Previous Up Top Contents Index

10.4.2 The <SERVER-SOCKET> class

with-server-socket

Macro

with-server-socket (server-var [:: server-class], keywords)
  body 
end;

Creates an instance of <server-socket>, using the (optional) server-class argument and keyword arguments to make the <server-socket>, and binds it to the local variable named by server-var. The body is evaluated in the context of the binding and the <server-socket> is closed after the body is executed.

System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index