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

Class ryw.XServer

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

public class XServer
extends Object
Server listening on a ServerSocket and spawns service threads.
See Also:
XSvrThread

Constructor Index

 o XServer(int)

Method Index

 o spawn(Socket)

Constructors

 o XServer
  public XServer(int port)

Methods

 o spawn
  public abstract void spawn(Socket s) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index