com.croftsoft.apps.chat.server
Class AbstractServer

java.lang.Object
  extended by com.croftsoft.apps.chat.server.AbstractServer
All Implemented Interfaces:
RequestServer
Direct Known Subclasses:
CreateModelServer, MoveServer, PullServer, TalkServer, ViewServer

public abstract class AbstractServer
extends Object
implements RequestServer

Abstract RequestServer implementation.

Since:
2003-06-10
Version:
2003-06-10
Author:
David Wallace Croft

Constructor Summary
AbstractServer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.croftsoft.apps.chat.server.RequestServer
serve
 

Constructor Detail

AbstractServer

public AbstractServer()

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)