The TimetSimpleServer class is a simple TCP implementation of a server
for the Time Protocol described in RFC 868.
Listens for TCP socket connections on the time protocol port and writes
the local time to socket outputStream as 32-bit integer of seconds
since midnight on 1 January 1900 GMT.
See the spec for
details.
Note this is for debugging purposes only and not meant to be run as a realiable time service.
author: Jason Mathews, MITRE Corporation version: $Revision: 1.1 $ $Date: 2003/09/24 21:51:48 $ |