public interface HttpResult
Modifier and Type | Method and 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 © 2021 Eclipse Foundation. All rights reserved.