Class Listener

java.lang.Object
edu.pdx.cs410J.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 Details

  • Method Details

    • main

      public static void main(String[] args)
      Main program that reads the port number to listen to from the command line.