All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.chat.Server

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----benno.chat.Server

public class Server
extends Thread

Constructor Index

 o Server(InputStream, OutputStream)

Method Index

 o main(String[])
 o run()

Constructors

 o Server
 public Server(InputStream ci,
               OutputStream co)

Methods

 o main
 public static void main(String args[]) throws IOException
 o run
 public void run()
Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index