Class DefaultHttpClient.HttpResponseImpl
java.lang.Object
no.hasmac.jsonld.http.DefaultHttpClient.HttpResponseImpl
- All Implemented Interfaces:
Closeable, AutoCloseable, HttpResponse
- Enclosing class:
DefaultHttpClient
-
Field Details
-
response
-
-
Constructor Details
-
HttpResponseImpl
HttpResponseImpl(HttpResponse<InputStream> response)
-
-
Method Details
-
statusCode
public int statusCode()- Specified by:
statusCodein interfaceHttpResponse
-
body
- Specified by:
bodyin interfaceHttpResponse
-
links
- Specified by:
linksin interfaceHttpResponse
-
contentType
- Specified by:
contentTypein interfaceHttpResponse
-
location
- Specified by:
locationin interfaceHttpResponse
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-