| Modifier and Type | Method and Description |
|---|---|
Mech2Result |
Mech2RequestMultipart.execute() |
Mech2Result |
Mech2Request.execute() |
Mech2Result |
Mech2JSONResult.getResult() |
Mech2Result |
Mech2Result.orDie()
throw exception if the response doesn't have 2xx response.
|
<T> Mech2Result |
Mech2.request(org.apache.http.client.methods.HttpUriRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Mech2JSONResult<T> |
Mech2JSONResult.of(Mech2Result result,
Class<T> klass) |
static <T> Mech2JSONResult<T> |
Mech2JSONResult.of(Mech2Result result,
com.fasterxml.jackson.core.type.TypeReference<T> klass) |
| Constructor and Description |
|---|
Mech2FailException(Mech2Result webSimpleResult) |
Mech2JSONResultClass(Mech2Result result,
Class<T> klass) |
Mech2JSONResultTypeReference(Mech2Result result,
com.fasterxml.jackson.core.type.TypeReference<T> typeref) |
Copyright © 2014. All rights reserved.