|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfrog.build.client.bintrayResponse.BintrayResponseFactory
public class BintrayResponseFactory
Class that handles BintrayResponse creation according to the status retrieved from http response.
| Constructor Summary | |
|---|---|
BintrayResponseFactory()
|
|
| Method Summary | |
|---|---|
static BintrayResponse |
createResponse(int status,
org.codehaus.jackson.JsonParser parser)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BintrayResponseFactory()
| Method Detail |
|---|
public static BintrayResponse createResponse(int status,
org.codehaus.jackson.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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||