Internet Direct (Indy) Version 9.0.2 Beta
TIdUDPServer
Implements a UDP server.

TIdUDPServer = class(TIdUDPBase)
Description
TIdUDPServer is a TIdUDPBase descendant that is a server implementation of the User Datagram Protocol(UDP) as described in the Internet standards document:

TIdUDPServer uses an instance of TIdUDPListener to perform read operations for multiple socket bindings created by the server.

TIdUDPServer can be used as an ancestor class for other server components based on the User Datagram Protocol. TIdTrivialFTPServer is a descendant of the TIdUDPServer component.