edu.pdx.cs399J.net
Class DateClient

java.lang.Object
  extended by edu.pdx.cs399J.net.DateClient

public class DateClient
extends Object

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
DateClient()
           
 
Method Summary
static void main(String[] args)
          Connects to a server and receives the date.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateClient

public DateClient()
Method Detail

main

public static void main(String[] args)
Connects to a server and receives the date.



Copyright © 2000-2009 Portland State University. All Rights Reserved.