Modifier and Type | Method and Description |
---|---|
void |
ChannelPipelineInitializer.setProducerOutgoingMessage(OutgoingMessage producerOutgoingMessage) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<IncomingMessage,OutgoingMessage> |
HttpProducerContext.getInOutCorrelation() |
Modifier and Type | Method and Description |
---|---|
HttpProducerContext |
HttpProducerContext.respond(OutgoingMessage outgoing) |
Modifier and Type | Method and Description |
---|---|
static OutgoingMessage |
OutgoingMessage.response() |
OutgoingMessage |
OutgoingMessage.withBody(java.lang.String body) |
OutgoingMessage |
OutgoingMessage.withHeader(java.lang.String name,
java.lang.String value) |
OutgoingMessage |
OutgoingMessage.withHeaders(Header... headers) |
OutgoingMessage |
OutgoingMessage.withStatusCode(io.netty.handler.codec.http.HttpResponseStatus statusCode) |
Modifier and Type | Method and Description |
---|---|
void |
HttpResponseAssertProcessor.process(HttpResponseContext responseContext,
OutgoingMessage outgoingMessage) |
Constructor and Description |
---|
HttpResponseProcessHandler(OutgoingMessage outgoingMessage) |
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.