Package org.eclipse.cbi.maven.http
Interface HttpResult
- All Known Implementing Classes:
BasicHttpResult
public interface HttpResult
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
copyContent
(OutputStream output) long
copyContent
(Path target, CopyOption... options) reason()
int
-
Method Details
-
statusCode
int statusCode() -
reason
String reason() -
copyContent
- Throws:
IOException
-
copyContent
- Throws:
IOException
-
contentLength
long contentLength() -
contentCharset
Charset contentCharset()
-