Uses of Class
dev.katsute.simplehttpserver.handler.PredicateHandler
Packages that use PredicateHandler
-
Uses of PredicateHandler in dev.katsute.simplehttpserver.handler
Subclasses of PredicateHandler in dev.katsute.simplehttpserver.handlerModifier and TypeClassDescriptionclassBy default, exchanges will look for the closest matching context for their handler, this consequently means that the root index/would catch any requests without a handler instead of returning a code 404.