Modifier and Type | Method and Description |
---|---|
IncomingMessage |
HttpProducerContext.getIncoming() |
Modifier and Type | Method and Description |
---|---|
Map<IncomingMessage,OutgoingMessage> |
HttpProducerContext.getInOutCorrelation() |
Modifier and Type | Method and Description |
---|---|
HttpProducerContext |
HttpProducerContext.when(IncomingMessage incoming) |
Modifier and Type | Method and Description |
---|---|
static IncomingMessage |
IncomingMessage.request() |
IncomingMessage |
IncomingMessage.withBody(String body) |
IncomingMessage |
IncomingMessage.withCookie(String name,
String value) |
IncomingMessage |
IncomingMessage.withCookies(Cookie... cookies) |
IncomingMessage |
IncomingMessage.withHeader(String name,
String value) |
IncomingMessage |
IncomingMessage.withHeaders(Header... headers) |
IncomingMessage |
IncomingMessage.withMethod(io.netty.handler.codec.http.HttpMethod method) |
IncomingMessage |
IncomingMessage.withPath(String path) |
IncomingMessage |
IncomingMessage.withQueryParameter(String name,
String value) |
IncomingMessage |
IncomingMessage.withQueryParameters(QueryParameter... queryParameters) |
Modifier and Type | Method and Description |
---|---|
io.netty.handler.codec.http.HttpRequest |
HttpRequestInformationProcessor.populateHttpRequest(HttpProducerContext producerContext,
IncomingMessage incomingMessage) |
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.