Uses of Class
org.apache.synapse.commons.emulator.http.dsl.dto.consumer.OutgoingMessage
Packages that use OutgoingMessage
Package
Description
-
Uses of OutgoingMessage in org.apache.synapse.commons.emulator.http.dsl
Methods in org.apache.synapse.commons.emulator.http.dsl that return types with arguments of type OutgoingMessageMethods in org.apache.synapse.commons.emulator.http.dsl with parameters of type OutgoingMessage -
Uses of OutgoingMessage in org.apache.synapse.commons.emulator.http.dsl.dto.consumer
Methods in org.apache.synapse.commons.emulator.http.dsl.dto.consumer that return OutgoingMessageModifier and TypeMethodDescriptionstatic OutgoingMessageOutgoingMessage.response()OutgoingMessage.withCookie(String name, String value) OutgoingMessage.withCookies(Cookie... cookies) OutgoingMessage.withEmptyBody()OutgoingMessage.withHeader(String name, String value) OutgoingMessage.withHeaders(Header... headers) OutgoingMessage.withStatusCode(io.netty.handler.codec.http.HttpResponseStatus statusCode)