com.croftsoft.apps.chat.server
Class PullServer

java.lang.Object
  extended by com.croftsoft.apps.chat.server.AbstractServer
      extended by com.croftsoft.apps.chat.server.PullServer
All Implemented Interfaces:
RequestServer

public final class PullServer
extends AbstractServer

Serves a PullRequest.

Since:
2003-06-07
Version:
2003-06-18
Author:
David Wallace Croft

Field Summary
static long DEFAULT_QUEUE_PULL_TIMEOUT
           
 
Constructor Summary
PullServer()
           
PullServer(long queuePullTimeout)
           
 
Method Summary
 Object serve(User user, Request request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_QUEUE_PULL_TIMEOUT

public static final long DEFAULT_QUEUE_PULL_TIMEOUT
See Also:
Constant Field Values
Constructor Detail

PullServer

public PullServer(long queuePullTimeout)

PullServer

public PullServer()
Method Detail

serve

public Object serve(User user,
                    Request request)

CroftSoft Javadoc

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