Uses of Class
org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
-
-
Uses of IncomingMessage in org.apache.synapse.commons.emulator.http.dsl
Methods in org.apache.synapse.commons.emulator.http.dsl that return IncomingMessage Modifier and Type Method Description IncomingMessage
HttpProducerContext. getIncoming()
Methods in org.apache.synapse.commons.emulator.http.dsl that return types with arguments of type IncomingMessage Modifier and Type Method Description Map<IncomingMessage,OutgoingMessage>
HttpProducerContext. getInOutCorrelation()
Methods in org.apache.synapse.commons.emulator.http.dsl with parameters of type IncomingMessage Modifier and Type Method Description HttpProducerContext
HttpProducerContext. when(IncomingMessage incoming)
-
Uses of IncomingMessage in org.apache.synapse.commons.emulator.http.dsl.dto.producer
Methods in org.apache.synapse.commons.emulator.http.dsl.dto.producer that return IncomingMessage Modifier and Type Method Description static IncomingMessage
IncomingMessage. request()
IncomingMessage
IncomingMessage. withBody(String body)
IncomingMessage
IncomingMessage. withCookie(String name, String value)
IncomingMessage
IncomingMessage. withCookies(Cookie... cookies)
IncomingMessage
IncomingMessage. withHeader(String name, String value)
IncomingMessage
IncomingMessage. withHeaders(Header... headers)
IncomingMessage
IncomingMessage. withMethod(io.netty.handler.codec.http.HttpMethod method)
IncomingMessage
IncomingMessage. withPath(String path)
IncomingMessage
IncomingMessage. withQueryParameter(String name, String value)
IncomingMessage
IncomingMessage. withQueryParameters(QueryParameter... queryParameters)
-
Uses of IncomingMessage in org.apache.synapse.commons.emulator.http.producer
Methods in org.apache.synapse.commons.emulator.http.producer with parameters of type IncomingMessage Modifier and Type Method Description io.netty.handler.codec.http.HttpRequest
HttpRequestInformationProcessor. populateHttpRequest(HttpProducerContext producerContext, IncomingMessage incomingMessage)
-