All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.server.util.MetaWriter

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----sun.server.util.MetaWriter

public class MetaWriter
extends Thread
This writes the contents of the URL to the disk.


Method Index

 o run()
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.

Methods

 o run
 public void run()
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.

Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index