edu.pdx.cs399J.net
Class Listener

java.lang.Object
  extended by 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".


Constructor Summary
Listener()
           
 
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
 

Constructor Detail

Listener

public Listener()
Method Detail

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.