Searched refs:GeneralHandler (Results 1 – 3 of 3) sorted by relevance
153 addRoute("/user/help", GeneralHandler.class); in addMappings()154 addRoute("/general/:param1/:param2", GeneralHandler.class); in addMappings()
59 import fi.iki.elonen.router.RouterNanoHTTPD.GeneralHandler;210 new RouterNanoHTTPD.GeneralHandler().getText(); in illegalMethod2()276 … new UriResource("/photos/:customer_id/:photo_id", 100, GeneralHandler.class).toString()); in uriToString()
137 public static class GeneralHandler extends DefaultHandler { class in RouterNanoHTTPD