Uses of Class
io.helidon.http.HttpException
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon WebClient APIs shared by all types of clients.
-
Uses of HttpException in io.helidon.http
Modifier and TypeClassDescriptionclass
A runtime exception indicating abad request
.class
A runtime exception indicating aforbidden
.class
A runtime exception indicating ainternal server error
.class
A runtime exception indicating anot found
.class
A runtime exception indicating aunauthorized
.Modifier and TypeMethodDescriptionSet a response header that should be used if this exception is not handled. -
Uses of HttpException in io.helidon.webclient.api
Modifier and TypeMethodDescriptiondefault <E> E
ClientRequest.requestEntity
(Class<E> type) Request entity without sending a request entity, asking for entity only.