Uses of Class
org.apache.synapse.commons.emulator.http.dsl.dto.producer.OutgoingMessage
Packages that use OutgoingMessage
Package
Description
-
Uses of OutgoingMessage in org.apache.synapse.commons.emulator.http
Methods in org.apache.synapse.commons.emulator.http with parameters of type OutgoingMessageModifier and TypeMethodDescriptionvoidChannelPipelineInitializer.setProducerOutgoingMessage(OutgoingMessage producerOutgoingMessage) -
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.producer
Methods in org.apache.synapse.commons.emulator.http.dsl.dto.producer that return OutgoingMessageModifier and TypeMethodDescriptionstatic OutgoingMessageOutgoingMessage.response()OutgoingMessage.withHeader(String name, String value) OutgoingMessage.withHeaders(Header... headers) OutgoingMessage.withStatusCode(io.netty.handler.codec.http.HttpResponseStatus statusCode) -
Uses of OutgoingMessage in org.apache.synapse.commons.emulator.http.producer
Methods in org.apache.synapse.commons.emulator.http.producer with parameters of type OutgoingMessageModifier and TypeMethodDescriptionvoidHttpResponseAssertProcessor.process(HttpResponseContext responseContext, OutgoingMessage outgoingMessage) Constructors in org.apache.synapse.commons.emulator.http.producer with parameters of type OutgoingMessage