Class Speaker

java.lang.Object
edu.pdx.cs410J.net.Speaker

public class Speaker extends Object
A Speaker sends strings over a Socket to a Listener.
  • Constructor Details

  • Method Details

    • 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.