void handleWith(RequestHandler h) { _logger .finest("$request will be handled by $h"); _handler = h; }