All Packages Class Hierarchy This Package Previous Next Index
Class gestalt.Writer
java.lang.Object
|
+----java.lang.Thread
|
+----gestalt.Writer
- public class Writer
- extends Thread
-
Writer(Connection, ThreadGroup, OutputStream, Vector)
-
-
close()
-
-
run()
-
-
status()
-
Writer
public Writer(Connection connection,
ThreadGroup threadgroup,
OutputStream out,
Vector outgoing) throws IOException
status
public String status()
close
protected void close() throws IOException
run
public void run()
- Overrides:
- run in class Thread
All Packages Class Hierarchy This Package Previous Next Index