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
   
  -   dins dins
-  
  
-   douts douts
-  
  
-   ins ins
-  
  
-   outs outs
-  
  
-   pouts pouts
-  
   
  -   XSvrThread(Socket) XSvrThread(Socket)
-  
   
  -   reset() reset()
-  
  
-   run() run()
-  
  
-   serve() serve()
-  
  
-   start() start()
-  
  
-   stop() stop()
-  
   
 ins
ins
  protected InputStream ins
 outs
outs
  protected OutputStream outs
 dins
dins
  protected DataInputStream dins
 douts
douts
  protected DataOutputStream douts
 pouts
pouts
  protected PrintStream pouts
   
 XSvrThread
XSvrThread
  public XSvrThread(Socket client) throws IOException
   
 reset
reset
  public synchronized void reset()
 start
start
  public synchronized void start()
 stop
stop
  public synchronized void stop()
 run
run
  public synchronized void run()
 serve
serve
  public abstract void serve() throws Exception
All Packages  Class Hierarchy  This Package  Previous  Next  Index