Uses of Class
io.helidon.common.http.AlreadyCompletedException
-
Uses of AlreadyCompletedException in io.helidon.webserver
Modifier and TypeMethodDescriptionvoid
ResponseHeaders.addAcceptPatches
(MediaType... acceptableMediaTypes) Adds one or more acceptedTypes path document formats (header "Accept-Patch").void
AddsSet-Cookie
header based on RFC2616.void
void
ResponseHeaders.contentLength
(long contentLength) Sets the value of "Content-Length" header.void
ResponseHeaders.contentType
(MediaType contentType) Sets the MIME type of the response body.void
Sets the value of "Expires" header.void
ResponseHeaders.expires
(ZonedDateTime dateTime) Sets the value of "Expires" header.void
ResponseHeaders.lastModified
(Instant dateTime) Sets the value of "Last-Modified" header.void
ResponseHeaders.lastModified
(ZonedDateTime dateTime) Sets the value of "Last-Modified" header.void
Sets the value of "Location" header.default ServerResponse
ServerResponse.status
(int statusCode) Sets new HTTP status code.ServerResponse.status
(Http.ResponseStatus status) Sets new HTTP status.