Next Previous Up Top Contents Index

10.4.8 The <UDP-SERVER-SOCKET> class

<udp-server-socket>

Class

Superclass: <server-socket>
The class of UDP server sockets. A server socket is an object that listens for requests from the network. When accept is called on the UDP server socket, accept returns a <udp-socket>.
Keywords:
element-type:

Establishes a new default for the element-type of <UDP-socket> instances returned by calling accept with this server socket as the argument to accept. This default element-type may be overridden for any particular call to accept by using the element-type: keyword to accept. If no element-type: is specified when the server socket is created, <byte-character> is used as the default element-type.


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index