MessageType
- the message type of the message context on which to operatepublic interface HttpClientResponseMessageDecoder<MessageType> extends MessageDecoder<MessageType>
MessageDecoder
that operates on a source message data type of HttpResponse
.Modifier and Type | Method and Description |
---|---|
org.apache.http.HttpResponse |
getHttpResponse()
Get the HTTP client response on which to operate.
|
void |
setHttpResponse(org.apache.http.HttpResponse response)
Set the HTTP client response on which to operate.
|
decode, getMessageContext
@Nullable org.apache.http.HttpResponse getHttpResponse()
void setHttpResponse(@Nullable org.apache.http.HttpResponse response)
response
- the HTTP client responseCopyright © 1999–2015. All rights reserved.