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.InputStreambody()java.util.Optional<java.lang.String>contentType()java.util.Collection<java.lang.String>links()java.util.Optional<java.lang.String>location()intstatusCode()
-