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 |
---|---|
java.util.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(java.lang.String body) |
IncomingMessage |
IncomingMessage.withHeader(java.lang.String name,
java.lang.String value) |
IncomingMessage |
IncomingMessage.withMethod(io.netty.handler.codec.http.HttpMethod method) |
IncomingMessage |
IncomingMessage.withPath(java.lang.String path) |
IncomingMessage |
IncomingMessage.withQueryParameter(java.lang.String name,
java.lang.String value) |
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.