Uses of Class
io.helidon.common.http.RequestException.Builder
-
Uses of RequestException.Builder in io.helidon.common.http
Methods in io.helidon.common.http that return RequestException.BuilderModifier and TypeMethodDescriptionstatic RequestException.BuilderRequestException.builder()Builder to set up a new HTTP exception.Cause of the exception.RequestException.Builder.header(Http.HeaderValue header) Response header to be added to error response.Descriptive error message.RequestException.Builder.request(DirectHandler.TransportRequest request) Transport request with as much information as is available.RequestException.Builder.setKeepAlive(boolean keepAlive) Override default keep alive for this exception.RequestException.Builder.status(Http.Status status) Http status to use.RequestException.Builder.type(DirectHandler.EventType type) Event type of this exception.Constructors in io.helidon.common.http with parameters of type RequestException.BuilderModifierConstructorDescriptionprotectedRequestException(RequestException.Builder builder) A new exception with a predefined status, even type.