Uses of Class
com.kttdevelopment.simplehttpserver.handler.PredicateHandler
-
Packages that use PredicateHandler Package Description com.kttdevelopment.simplehttpserver.handler -
-
Uses of PredicateHandler in com.kttdevelopment.simplehttpserver.handler
Subclasses of PredicateHandler in com.kttdevelopment.simplehttpserver.handler Modifier and Type Class Description classRootHandlerBy default theHttpServerwill use the most specific context for requests; this however causes the context/to catch all contexts without an associated handler, instead of sending a 404 or no response.
-