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