Uses of Class
io.helidon.http.RequestException
Packages that use RequestException
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon WebServer HTTP specific APIs.
-
Uses of RequestException in io.helidon.http
Methods in io.helidon.http that return RequestException -
Uses of RequestException in io.helidon.webserver.http
Methods in io.helidon.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.