mapRes.recycle();
mapper.map(httpReq.serverName(),
httpReq.decodedURI(), mapRes);
HttpService h = (HttpService) mapRes.getServiceObject();
if (h != null) {
if (debug) {
log.info(">>>>>>>> START: " + http.getRequest().method() + " " +
http.getRequest().decodedURI() + " " +
h.getClass().getSimpleName());
}
if (mapRes.service.selectorThread || noThread) {
runService(http, recycle);
} else {