edu.pdx.cs399J.net
Class Listener
java.lang.Object
edu.pdx.cs399J.net.Listener
public class Listener
- extends Object
This program listens to a socket. It expects strings from a
Speaker. The conversation terminates with the word
"bye".
|
Method Summary |
static void |
main(String[] args)
Main program that reads the port number to listen to from the
command line. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Listener
public Listener()
main
public static void main(String[] args)
- Main program that reads the port number to listen to from the
command line.
Copyright © 2000-2009 Portland State University. All Rights Reserved.