Modifier and Type | Method and Description |
---|---|
void |
ChannelPipelineInitializer.setProducerOutgoingMessage(OutgoingMessage producerOutgoingMessage) |
Modifier and Type | Method and Description |
---|---|
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(String body) |
OutgoingMessage |
OutgoingMessage.withHeader(String name,
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–2019 Apache Software Foundation. All rights reserved.