Uses of Class
io.helidon.common.http.RequestException
Packages that use RequestException
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
WebServer HTTP specific APIs.
-
Uses of RequestException in io.helidon.common.http
Methods in io.helidon.common.http that return RequestException -
Uses of RequestException in io.helidon.nima.webserver.http
Methods in io.helidon.nima.webserver.http with parameters of type RequestExceptionModifier and TypeMethodDescriptionvoidDirectHandlers.handle(RequestException httpException, ServerResponse res, boolean keepAlive) Handle an HTTP Exception that occurred when request and response is available.