Methods
| Type Params |
Return Type |
Name and description |
|
public static String |
executeRequest(org.apache.http.client.methods.HttpUriRequest httpRequest, boolean isSilent)
|
<T> |
public static T |
executeRequest(org.apache.http.client.methods.HttpUriRequest httpRequest, boolean isSilent, Class<T> returnType)
|
<T> |
public static T |
executeRequest(org.apache.http.client.methods.HttpUriRequest httpRequest, Class<T> returnType)
|
<T> |
public static T |
executeRequest(org.apache.http.client.methods.HttpUriRequest httpRequest, boolean isSilent, com.google.common.reflect.TypeToken<T> typeToken)
|
<T> |
public static T |
executeRequest(org.apache.http.client.methods.HttpUriRequest httpRequest, com.google.common.reflect.TypeToken<T> typeToken)
|