public interface HttpResult
Modifier and Type | Method | Description |
---|---|---|
Charset |
contentCharset() |
|
long |
contentLength() |
|
long |
copyContent(OutputStream output) |
|
long |
copyContent(Path target,
CopyOption... options) |
|
String |
reason() |
|
int |
statusCode() |
int statusCode()
String reason()
long copyContent(Path target, CopyOption... options) throws IOException
IOException
long copyContent(OutputStream output) throws IOException
IOException
long contentLength()
Charset contentCharset()
Copyright © 2019 Eclipse Foundation. All rights reserved.