The NameserverDefinitions class contains nameserver related constants for any interested class to inherit.
variables
The default TCP port on which the nameserver is listening.
The port number returned for the port which is not found.
inherits
State supers: NameserverDefinitions
methods
deferred void reportTo NameserverClient client portOfService String service_name onHost String hostname; |
Report to the client the internet TCP port of the service named service_name which is running on the host named hostname.
inherits
State supers: NameserverDefinitions
methods
deferred void service String service_name onHost String hostname hasPort int port; |
Be informed of the port in response to the reportTo portOfService onHost request.