Package edu.pdx.cs410J.net
Class DateClient
java.lang.Object
edu.pdx.cs410J.net.DateClient
A client that connects to a
DateServer
and reads the Date
sent to it as a String
. The important
things to note are the ports that are used to communicate.- Since:
- Fall 2005
- Author:
- David Whitlock
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DateClient
public DateClient()
-
-
Method Details
-
main
Connects to a server and receives the date.
-