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