edu.pdx.cs399J.net
Class ChatSession

java.lang.Object
  extended by edu.pdx.cs399J.net.ChatSession

public class ChatSession
extends Object

This class allows two people to chat.


Constructor Summary
ChatSession()
           
 
Method Summary
static void main(String[] args)
          Main program that reads lines of text from the console, composes messages from them, and receives messages from the the listener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatSession

public ChatSession()
Method Detail

main

public static void main(String[] args)
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 the ChatSession are read from the command line.



Copyright © 2000-2009 Portland State University. All Rights Reserved.