Package edu.pdx.cs410J.net
Class ChatSession
java.lang.Object
edu.pdx.cs410J.net.ChatSession
This class allows two people to chat.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ChatSession
public ChatSession()
-
-
Method Details
-
main
Main program that reads lines of text from the console, composes messages from them, and receives messages from the the listener. The owner, host, and port numbers for theChatSession
are read from the command line.
-