103104105106107108109
/** * * @return a new routing handler */ public static RoutingHandler routing() { return new RoutingHandler(); }