Package com.apicatalog.jsonld.http
Interface HttpResponse
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
DefaultHttpClient.HttpResponseImpl
public interface HttpResponse extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreambody()Optional<String>contentType()Collection<String>links()Optional<String>location()intstatusCode()
-
-
-
Method Detail
-
statusCode
int statusCode()
-
body
InputStream body()
-
links
Collection<String> links()
-
-