Interface MockServerClientHttpResponse
- All Superinterfaces:
- ClientHttpResponse,- HttpMessage,- ReactiveHttpInputMessage
Simple 
ClientHttpResponse extension that also exposes a result object
 from the underlying mock server exchange for further assertions on the state
 of the server response after the request is performed.- Since:
- 5.3
- Author:
- Rossen Stoyanchev
- 
Method SummaryModifier and TypeMethodDescriptionReturn the result object with the server request and response.Methods inherited from interface org.springframework.http.client.reactive.ClientHttpResponsegetCookies, getId, getStatusCodeMethods inherited from interface org.springframework.http.HttpMessagegetHeadersMethods inherited from interface org.springframework.http.ReactiveHttpInputMessagegetBody
- 
Method Details- 
getServerResultObject getServerResult()Return the result object with the server request and response.
 
-