Class ryw.XSvrThread
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ryw.XSvrThread

java.lang.Object
   |
   +----ryw.XSvrThread

public class XSvrThread
extends Object
implements Runnable
Spawned by an ryw.XServer object.
See Also:
XServer

Variable Index

 o dins
 o douts
 o ins
 o outs
 o pouts

Constructor Index

 o XSvrThread(Socket)

Method Index

 o reset()
 o run()
 o serve()
 o start()
 o stop()

Variables

 o ins
  protected InputStream ins
 o outs
  protected OutputStream outs
 o dins
  protected DataInputStream dins
 o douts
  protected DataOutputStream douts
 o pouts
  protected PrintStream pouts

Constructors

 o XSvrThread
  public XSvrThread(Socket client) throws IOException

Methods

 o reset
  public synchronized void reset()
 o start
  public synchronized void start()
 o stop
  public synchronized void stop()
 o run
  public synchronized void run()
 o serve
  public abstract void serve() throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index