Uses of Class
com.flat502.rox.processing.HttpMessageHandler

Packages that use HttpMessageHandler
com.flat502.rox.client Client-side API and supporting classes. 
com.flat502.rox.processing Central location for shared client- and server-side processing logic. 
com.flat502.rox.server Server-side API and supporting classes. 
 

Uses of HttpMessageHandler in com.flat502.rox.client
 

Methods in com.flat502.rox.client that return HttpMessageHandler
protected  HttpMessageHandler ClientResourcePool.newWorker()
           
 

Uses of HttpMessageHandler in com.flat502.rox.processing
 

Methods in com.flat502.rox.processing that return HttpMessageHandler
protected abstract  HttpMessageHandler ResourcePool.newWorker()
           
 

Uses of HttpMessageHandler in com.flat502.rox.server
 

Methods in com.flat502.rox.server that return HttpMessageHandler
protected  HttpMessageHandler ServerResourcePool.newWorker()