Package edu.pdx.cs410J.net
Class Listener
java.lang.Object
edu.pdx.cs410J.net.Listener
This program listens to a socket. It expects strings from a
Speaker
. The conversation terminates with the word
"bye".-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Listener
public Listener()
-
-
Method Details
-
main
Main program that reads the port number to listen to from the command line.
-