Class part4.chapter27.DateServer
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class part4.chapter27.DateServer

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----part4.chapter27.DateServer

public class DateServer
extends Thread

Variable Index

 o out

Constructor Index

 o DateServer(Socket)

Method Index

 o main(String[])
 o run()

Variables

 o out
  protected ObjectOutputStream out

Constructors

 o DateServer
  public DateServer(Socket s) throws IOException

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index