examples.example1_one_client
Class MainForClient

java.lang.Object
  extended by examples.example1_one_client.MainForClient

public class MainForClient
extends Object

 NetworkingExamples project: examples.example1_one_client.
   -- A single Server and Client exchange information, one after the other.
 
 This is the Client's code.
 
 See the comment at the beginning of MainForServer
 for a detailed explanation of this program, including instructions for running it.
 

Author:
David Mutchler, based on the Java Tutorials on networking. May, 2009.

Constructor Summary
MainForClient()
           
 
Method Summary
static void main(String[] commandLineArguments)
          Constructs a Client and starts it running.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainForClient

public MainForClient()
Method Detail

main

public static void main(String[] commandLineArguments)
Constructs a Client and starts it running.

Parameters:
commandLineArguments - Ignored here.