141142143144145146147
* * @param next The next handler in the chain * @return A HTTP trace handler */ public static HttpTraceHandler trace(final HttpHandler next) { return new HttpTraceHandler(next); }
165166167168169170171
143144145146147148149
210211212213214215216
209210211212213214215
168169170171172173174