Interface HttpTransport.Response
- All Superinterfaces:
AutoCloseable
,Closeable
- Enclosing interface:
HttpTransport
An HTTP operation response.
- Since:
- 2.3.0
- Author:
- Phillip Webb, Scott Frederick
-
Method Summary
Modifier and TypeMethodDescriptionReturn the content of the response.default org.apache.hc.core5.http.Header
-
Method Details
-
getContent
Return the content of the response.- Returns:
- the response content
- Throws:
IOException
- on IO error
-
getHeader
-