Uses of Interface
org.citrusframework.actions.http.HttpSendResponseMessageBuilderFactory
Packages that use HttpSendResponseMessageBuilderFactory
-
Uses of HttpSendResponseMessageBuilderFactory in org.citrusframework.actions.http
Classes in org.citrusframework.actions.http with type parameters of type HttpSendResponseMessageBuilderFactoryModifier and TypeInterfaceDescriptioninterfaceHttpSendResponseMessageBuilderFactory<T extends TestAction,M extends HttpSendResponseMessageBuilderFactory<T, M>> interfaceHttpServerResponseActionBuilder<T extends TestAction,M extends HttpSendResponseMessageBuilderFactory<T, M>, B extends HttpServerResponseActionBuilder<T, M, B>> interfaceHttpServerSendActionBuilder<T extends TestAction,M extends HttpSendResponseMessageBuilderFactory<T, M>, B extends HttpServerResponseActionBuilder<T, M, B>> Methods in org.citrusframework.actions.http with type parameters of type HttpSendResponseMessageBuilderFactoryModifier and TypeMethodDescription<M extends HttpSendResponseMessageBuilderFactory<T,M>>
HttpServerResponseActionBuilder<T,M, ?> HttpServerActionBuilder.respond()Generic response builder for sending response messages to client.<M extends HttpSendResponseMessageBuilderFactory<T,M>>
HttpServerResponseActionBuilder<T,M, ?> HttpServerActionBuilder.respond(int status) Generic response builder for sending response messages to client with response status code.<M extends HttpSendResponseMessageBuilderFactory<T,M>>
HttpServerResponseActionBuilder<T,M, ?> Generic response builder for sending response messages to client with response status code.<M extends HttpSendResponseMessageBuilderFactory<T,M>>
MHttpServerActionBuilder.respondOkJson(Object json) Generic response builder for sending JSON response messages to client with response status 200 (OK).<M extends HttpSendResponseMessageBuilderFactory<T,M>>
MHttpServerActionBuilder.respondOkJson(String json) Generic response builder for sending JSON response messages to client with response status 200 (OK).<M extends HttpSendResponseMessageBuilderFactory<T,M>>
HttpServerSendActionBuilder<T,M, ?> HttpServerActionBuilder.send()Send Http response messages as server to client.Methods in org.citrusframework.actions.http that return HttpSendResponseMessageBuilderFactoryModifier and TypeMethodDescriptionHttpSendResponseMessageBuilderFactory.contentType(String contentType) Sets the request content type header.Adds cookie to response by "Set-Cookie" header.HttpSendResponseMessageBuilderFactory.reasonPhrase(String reasonPhrase) Sets the response reason phrase.HttpSendResponseMessageBuilderFactory.status(int status) Sets the response status.Sets the response status.HttpSendResponseMessageBuilderFactory.statusCode(int statusCode) Sets the response status code.Sets the http version. -
Uses of HttpSendResponseMessageBuilderFactory in org.citrusframework.actions.openapi
Classes in org.citrusframework.actions.openapi with type parameters of type HttpSendResponseMessageBuilderFactoryModifier and TypeInterfaceDescriptioninterfaceOpenApiServerResponseActionBuilder<T extends TestAction,M extends HttpSendResponseMessageBuilderFactory<T, M>, B extends HttpServerResponseActionBuilder<T, M, B>> Methods in org.citrusframework.actions.openapi with type parameters of type HttpSendResponseMessageBuilderFactoryModifier and TypeMethodDescription<M extends HttpSendResponseMessageBuilderFactory<T,M>>
OpenApiServerResponseActionBuilder<T,M, ?> Sends Http response messages as server.<M extends HttpSendResponseMessageBuilderFactory<T,M>>
OpenApiServerResponseActionBuilder<T,M, ?> Send Http response messages as server to client.<M extends HttpSendResponseMessageBuilderFactory<T,M>>
OpenApiServerResponseActionBuilder<T,M, ?> Send Http response messages as server to client.<M extends HttpSendResponseMessageBuilderFactory<T,M>>
OpenApiServerResponseActionBuilder<T,M, ?> Send Http response messages as server to client.<M extends HttpSendResponseMessageBuilderFactory<T,M>>
OpenApiServerResponseActionBuilder<T,M, ?> Send Http response messages as server to client.