edu.pdx.cs399J.net
Class Speaker

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

public class Speaker
extends Object

A Speaker sends strings over a Socket to a Listener.


Constructor Summary
Speaker()
           
 
Method Summary
static void main(String[] args)
          Reads the host name and port number, as well as the strings to send, from the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Speaker

public Speaker()
Method Detail

main

public static void main(String[] args)
Reads the host name and port number, as well as the strings to send, from the command line.



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