Internet Direct (Indy) Version 9.0.2 Beta
TIdUDPListenerThread
Specifies the listener thread for TIdUDPServer.

TIdUDPListenerThread = class(TIdThread)
Description
TIdUDPListenerThread is a TIdThread descendant that is the listening thread for TIdUDPServer. TIdUDPListenerThread is used to detect arrival of data on socket bindings allocated by TIdUDPServer. When data is detected, the server is notified that data is available in Buffer using UDPRead.