public interface HttpResult
| Modifier and Type | Method and Description |
|---|---|
java.nio.charset.Charset |
contentCharset() |
long |
contentLength() |
long |
copyContent(java.io.OutputStream output) |
long |
copyContent(java.nio.file.Path target,
java.nio.file.CopyOption... options) |
java.lang.String |
reason() |
int |
statusCode() |
int statusCode()
java.lang.String reason()
long copyContent(java.nio.file.Path target,
java.nio.file.CopyOption... options)
throws java.io.IOException
java.io.IOExceptionlong copyContent(java.io.OutputStream output)
throws java.io.IOException
java.io.IOExceptionlong contentLength()
java.nio.charset.Charset contentCharset()