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 module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer HTTP specific APIs.
-
Uses of RequestException in io.helidon.http
Classes in io.helidon.http that implement interfaces with type arguments of type RequestExceptionMethods in io.helidon.http that return RequestException -
Uses of RequestException in io.helidon.webserver
Methods in io.helidon.webserver that return RequestExceptionModifier and TypeMethodDescriptionstatic RequestExceptionSniRequestSupport.missingAuthority(HttpPrologue prologue, Headers headers) Create the request exception for a missing authority. -
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.