Package | Description |
---|---|
org.apache.synapse.commons.emulator.http.dsl | |
org.apache.synapse.commons.emulator.http.dsl.dto.consumer |
Modifier and Type | Method and Description |
---|---|
IncomingMessage |
HttpConsumerContext.getIncoming() |
Modifier and Type | Method and Description |
---|---|
Map<IncomingMessage,OutgoingMessage> |
HttpConsumerContext.getInOutCorrelation() |
Modifier and Type | Method and Description |
---|---|
HttpConsumerContext |
HttpConsumerContext.when(IncomingMessage incoming) |
Modifier and Type | Method and Description |
---|---|
static IncomingMessage |
IncomingMessage.request() |
IncomingMessage |
IncomingMessage.withBody(String body) |
IncomingMessage |
IncomingMessage.withHeader(String name,
String value) |
IncomingMessage |
IncomingMessage.withMethod(io.netty.handler.codec.http.HttpMethod method) |
IncomingMessage |
IncomingMessage.withPath(String path) |
IncomingMessage |
IncomingMessage.withQueryParameter(String name,
String value) |
Copyright © 2005–2020 Apache Software Foundation. All rights reserved.