Uses of Class
io.helidon.webserver.RequestPredicate.ConditionalHandler
-
Packages that use RequestPredicate.ConditionalHandler Package Description io.helidon.webserver Reactive web server API. -
-
Uses of RequestPredicate.ConditionalHandler in io.helidon.webserver
Methods in io.helidon.webserver that return RequestPredicate.ConditionalHandler Modifier and Type Method Description RequestPredicate.ConditionalHandler
RequestPredicate. thenApply(Handler handler)
Set theHandler
to use when this predicate matches the request.
-