175176177178179180181
/** * @param next The next handler * @return a handler that sets up a new predicate context */ public static HttpHandler predicateContext(HttpHandler next) { return new PredicateContextHandler(next); }
208209210211212213214
201202203204205206207
244245246247248249250
207208209210211212213
248249250251252253254
196197198199200201202
174175176177178179180