16171819202122
* Return an engine implementation to the caller. * @return An engine to handle requests. */ public static IEngine makeEngine() { return makeEngine(new NullTimer()); }