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
-
out
-
-
DateServer(Socket)
-
-
main(String[])
-
-
run()
-
out
protected ObjectOutputStream out
DateServer
public DateServer(Socket s) throws IOException
run
public void run()
- Overrides:
- run in class Thread
main
public static void main(String args[]) throws IOException
All Packages Class Hierarchy This Package Previous Next Index