Uses of Class
io.helidon.common.http.AlreadyCompletedException
Packages that use AlreadyCompletedException
-
Uses of AlreadyCompletedException in io.helidon.webserver
Methods in io.helidon.webserver that throw AlreadyCompletedExceptionModifier and TypeMethodDescriptionvoidResponseHeaders.addAcceptPatches(MediaType... acceptableMediaTypes) Adds one or more acceptedTypes path document formats (header "Accept-Patch").voidAddsSet-Cookieheader based on RFC2616.voidvoidResponseHeaders.contentLength(long contentLength) Sets the value of "Content-Length" header.voidResponseHeaders.contentType(MediaType contentType) Sets the MIME type of the response body.voidSets the value of "Expires" header.voidResponseHeaders.expires(ZonedDateTime dateTime) Sets the value of "Expires" header.voidResponseHeaders.lastModified(Instant dateTime) Sets the value of "Last-Modified" header.voidResponseHeaders.lastModified(ZonedDateTime dateTime) Sets the value of "Last-Modified" header.voidSets the value of "Location" header.default ServerResponseServerResponse.status(int statusCode) Sets new HTTP status code.ServerResponse.status(Http.ResponseStatus status) Sets new HTTP status.