MessageType
- the message type of the message context on which to operatepublic interface HttpClientRequestMessageEncoder<MessageType> extends MessageEncoder<MessageType>
MessageEncoder
that operates on a sink message data type of HttpRequest
.Modifier and Type | Method and Description |
---|---|
org.apache.http.HttpRequest |
getHttpRequest()
Get the HTTP client request on which to operate.
|
void |
setHttpRequest(org.apache.http.HttpRequest request)
Set the HTTP client request on which to operate.
|
encode, prepareContext, setMessageContext
@Nullable org.apache.http.HttpRequest getHttpRequest()
void setHttpRequest(@Nullable org.apache.http.HttpRequest request)
request
- the HTTP client requestCopyright © 1999–2015. All rights reserved.