Uses of Class
me.geso.mech2.Mech2Result
-
Uses of Mech2Result in me.geso.mech2
Methods in me.geso.mech2 that return Mech2ResultModifier and TypeMethodDescriptionMech2Request.execute()Execute request.Mech2RequestMultipart.execute()Execute HTTP request.Mech2JSONResult.getResult()Get Mech2Result instance.Mech2Result.orDie()throw exception if the response doesn't have 2xx response.Mech2.request(org.apache.http.client.methods.HttpUriRequest request) Send HTTP request by HttpUriRequest.Methods in me.geso.mech2 with parameters of type Mech2ResultModifier and TypeMethodDescriptionstatic <T> Mech2JSONResult<T>Mech2JSONResult.of(Mech2Result result, com.fasterxml.jackson.core.type.TypeReference<T> klass) Create new instance.static <T> Mech2JSONResult<T>Mech2JSONResult.of(Mech2Result result, Class<T> klass) Create new instance.Constructors in me.geso.mech2 with parameters of type Mech2ResultModifierConstructorDescriptionMech2FailException(Mech2Result webSimpleResult) Mech2JSONResultClass(Mech2Result result, Class<T> klass) Mech2JSONResultTypeReference(Mech2Result result, com.fasterxml.jackson.core.type.TypeReference<T> typeRef)