Package | Description |
---|---|
org.apache.synapse.commons.emulator.http.dsl | |
org.apache.synapse.commons.emulator.http.dsl.dto.consumer |
Modifier and Type | Method and Description |
---|---|
Map<IncomingMessage,OutgoingMessage> |
HttpConsumerContext.getInOutCorrelation() |
Modifier and Type | Method and Description |
---|---|
HttpConsumerContext |
HttpConsumerContext.respond(OutgoingMessage outgoing) |
Modifier and Type | Method and Description |
---|---|
static OutgoingMessage |
OutgoingMessage.response() |
OutgoingMessage |
OutgoingMessage.withBody(String body) |
OutgoingMessage |
OutgoingMessage.withCookie(String name,
String value) |
OutgoingMessage |
OutgoingMessage.withCookies(Cookie... cookies) |
OutgoingMessage |
OutgoingMessage.withEmptyBody() |
OutgoingMessage |
OutgoingMessage.withHeader(String name,
String value) |
OutgoingMessage |
OutgoingMessage.withHeaders(Header... headers) |
OutgoingMessage |
OutgoingMessage.withStatusCode(io.netty.handler.codec.http.HttpResponseStatus statusCode) |
Copyright © 2005–2020 Apache Software Foundation. All rights reserved.