public class BintrayResponseFactory
extends java.lang.Object
| Constructor and Description |
|---|
BintrayResponseFactory() |
| Modifier and Type | Method and Description |
|---|---|
static BintrayResponse |
createResponse(int status,
com.fasterxml.jackson.core.JsonParser parser) |
public static BintrayResponse createResponse(int status, com.fasterxml.jackson.core.JsonParser parser)
status - code from HttpResponse upon which we are deciding the outcome of the requestparser - JsonParser that is initialized with the HttpResponse body content as an InputStream