142143144145146147148
* * @param next The next handler in the chain * @return A HTTP trace handler */ public static HttpTraceHandler trace(final HttpHandler next) { return new HttpTraceHandler(next); }
135136137138139140141
172173174175176177178
168169170171172173174
208209210211212213214
171172173174175176177
212213214215216217218
163164165166167168169
141142143144145146147