edu.pdx.cs399J.net
Class Speaker
java.lang.Object
edu.pdx.cs399J.net.Speaker
public class Speaker
- extends Object
A Speaker sends strings over a Socket to
a Listener.
|
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 |
Speaker
public Speaker()
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.