com.flat502.rox.server
Class ServerResourcePool

java.lang.Object
  extended by com.flat502.rox.processing.ResourcePool
      extended by com.flat502.rox.server.ServerResourcePool

public class ServerResourcePool
extends ResourcePool


Constructor Summary
ServerResourcePool()
           
 
Method Summary
protected  HttpMessageHandler newWorker()
           
 
Methods inherited from class com.flat502.rox.processing.ResourcePool
addWorker, addWorkers, detach, getChannelSelector, getProfilers, getQueue, getTimer, getWorkerCount, newChannelSelector, newProcessingThread, newQueue, notifyUnownedChannelClosure, registerProfiler, removeWorker, shutdown, startProcessingThread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerResourcePool

public ServerResourcePool()
Method Detail

newWorker

protected HttpMessageHandler newWorker()
Specified by:
newWorker in class ResourcePool