TIdHostNameServer
Implements a HostName server.
Unit
Description
TIdHostNameServer is a
TIdTCPServer descendant that provides a server implementation of the Hostname Server as described in the Internet Standards document:
- RFC 953 - HOSTNAME Server (http://www.rfc-editor.org/rfc/rfc953.txt)
HostName Server provides machine-readable name and/or address information describing networks, gateways, hosts, and eventually domains, within the internet environment.
Constructor for the object instance.
constructor Create(AOwner: TComponent); override;
Parameters
AOwner: TComponent
Owner of the object instance.
Description
Create is the constructor for the object instance. Create initializes the
TIdHostNameServer component and set's it's default port to the standard Host Name protocol port (
IdPORT_HOSTNAME).
Event handler for the HOSTNAME ALL command.
Parameters
Thread
Client generating the event.
Description
OnCommandALL is an event handler for the HOSTNAME ALL command. Applications must assign a procedure to the event handler to allow the server to respond to the command.
Event handler for the HOSTNAME ALLDOM command.
Parameters
Thread
Client generating the event.
Description
OnCommandALLDOM is an event handler for the HOSTNAME ALLDOM command. Applications must assign a procedure to the event handler to allow the server to respond to the command.
Event handler for the HOSTNAME ALLINGWAY command.
Parameters
Thread
Client generating the event.
Description
OnCommandALLINGWAY is an event handler for the HOSTNAME ALLINGWAY command. Applications must assign a procedure to the event handler to allow the server to respond to the command.
Event handler for the HOSTNAME ALLOLD command.
Parameters
Thread
Client generating the event.
Description
OnCommandALLOLD is an event handler for the HOSTNAME ALLOLD command. Applications must assign a procedure to the event handler to allow the server to respond to the command.
Event handler for the HOSTNAME DOMAINS command.
Parameters
Thread
Client generating the event.
Description
OnCommandDOMAINS is an event handler for the HOSTNAME DOMAINS command. Applications must assign a procedure to the event handler to allow the server to respond to the command.
Event handler for the HOSTNAME HADDR command.
Parameters
Parm
Parameters for the command.
Thread
Client generating the event.
Description
OnCommandHADDR is an event handler for the HOSTNAME HADDR command. Applications must assign a procedure to the event handler to allow the server to respond to the command.
Event handler for the HOSTNAME Help command.
Parameters
Thread
Client generating the event.
Description
OnCommandHELP is an event handler for the HOSTNAME Help command. Applications must assign a procedure to the event handler to allow the server to respond to the command.
Event handler for the HOSTNAME HNAME command.
Parameters
Thread
Client generating the event.
Description
OnCommandHNAME ia an event handler for the HOSTNAME HNAME command. Applications must assign a procedure to the event handler to allow the server to respond to the command.
Event handler for the HOSTNAME VERSION command.
Parameters
Thread
Client generating the event.
Description
OnCommandVERSION is an event handler for the HOSTNAME VERSION command. Applications must assign a procedure to the event handler to allow the server to respond to the command.