Package de.xima.fc.datasource
Class RemoteDatasourceDownloader.HttpGetResponse
- java.lang.Object
-
- de.xima.fc.datasource.RemoteDatasourceDownloader.HttpGetResponse
-
- Enclosing class:
- RemoteDatasourceDownloader
public static final class RemoteDatasourceDownloader.HttpGetResponse extends Object
POJO for the response of an HTTP GET request.- Since:
- 8.4.0
-
-
Constructor Summary
Constructors Constructor Description HttpGetResponse(int statusCode, byte[] content)
Constructs a new HttpGetResponse with the given status code and content.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
content()
Gets the content of the response.int
statusCode()
Gets the HTTP status code of the response.
-