Package io.freefair.spring.okhttp.client
Class OkHttpClientResponse
java.lang.Object
io.freefair.spring.okhttp.client.OkHttpClientResponse
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- ClientHttpResponse,- HttpInputMessage,- HttpMessage
OkHttp based 
ClientHttpResponse implementation.- See Also:
- 
Constructor Details- 
OkHttpClientResponse
 
- 
- 
Method Details- 
getStatusCode- Specified by:
- getStatusCodein interface- ClientHttpResponse
 
- 
getStatusText- Specified by:
- getStatusTextin interface- ClientHttpResponse
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- ClientHttpResponse
- Specified by:
- closein interface- Closeable
 
- 
getBody- Specified by:
- getBodyin interface- HttpInputMessage
 
- 
getHeaders- Specified by:
- getHeadersin interface- HttpMessage
 
 
-