net.dpml.http
Interface Server.Parts

All Superinterfaces:
PartsManager
Enclosing class:
Server

public static interface Server.Parts
extends PartsManager

Internal parts managemwent interface.


Method Summary
 HandlerCollection getHandlers()
          Return the collection of handlers.
 ThreadPool getThreadPool()
          Return the default thread pool.
 
Methods inherited from interface net.dpml.metro.PartsManager
commission, decommission, getComponentHandler, getComponentHandlers, getComponentHandlers, getKeys, isCommissioned
 

Method Detail

getThreadPool

ThreadPool getThreadPool()
Return the default thread pool.

Returns:
the default thread pool.

getHandlers

HandlerCollection getHandlers()
Return the collection of handlers. For any given request all handlers in the collection will be supplied with a request irrespective of response status.

Returns:
the configured handler collection.