Uses of Class
com.radekzitek.userver.HandlerPool

Packages that use HandlerPool
com.radekzitek.userver   
 

Uses of HandlerPool in com.radekzitek.userver
 

Fields in com.radekzitek.userver declared as HandlerPool
(package private)  HandlerPool UServer.hp
          HandlerPool object.
protected  HandlerPool ListenerThread.hp
          Handler pool.
private  HandlerPool HandlerThread.hp
          Handler pool managing this handler.
 

Methods in com.radekzitek.userver with parameters of type HandlerPool
 void ListenerThread.registerHandlerPool(HandlerPool hp)
          Method to register the HandlerPool which manages the handlers for this listener.
 void HandlerThread.registerHandlerPool(HandlerPool hp)
          Called by the HandlerPool after the new thread is created to make sure the threat knows where to return itself.