Uses of Class
org.citrusframework.http.actions.HttpServerResponseActionBuilder.HttpMessageBuilderSupport
Packages that use HttpServerResponseActionBuilder.HttpMessageBuilderSupport
-
Uses of HttpServerResponseActionBuilder.HttpMessageBuilderSupport in org.citrusframework.http.actions
Methods in org.citrusframework.http.actions that return HttpServerResponseActionBuilder.HttpMessageBuilderSupportModifier and TypeMethodDescriptionHttpServerResponseActionBuilder.HttpMessageBuilderSupport.contentType(String contentType) Sets the response content type header.HttpServerResponseActionBuilder.HttpMessageBuilderSupport.cookie(jakarta.servlet.http.Cookie cookie) Adds cookie to response by "Set-Cookie" header.HttpServerResponseActionBuilder.getMessageBuilderSupport()HttpServerResponseActionBuilder.HttpMessageBuilderSupport.reasonPhrase(String reasonPhrase) Sets the response reason phrase.HttpServerActionBuilder.respondOkJson(Object json) Generic response builder for sending JSON response messages to client with response status 200 (OK).HttpServerActionBuilder.respondOkJson(String json) Generic response builder for sending JSON response messages to client with response status 200 (OK).HttpServerResponseActionBuilder.HttpMessageBuilderSupport.status(org.springframework.http.HttpStatus status) Sets the response status.HttpServerResponseActionBuilder.HttpMessageBuilderSupport.statusCode(Integer statusCode) Sets the response status code.Sets the http version.