Package com.identity4j.util.http
Interface HttpResponse
-
public interface HttpResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]content()InputStreamcontentStream()StringcontentString()List<HttpPair>headers()voidrelease()HttpStatusstatus()
-
-
-
Method Detail
-
content
byte[] content()
-
contentString
String contentString()
-
status
HttpStatus status()
-
release
void release()
-
contentStream
InputStream contentStream() throws IOException
- Throws:
IOException
-
-