|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectResponse | |
|---|---|
| co.cask.common.http | HTTP utilities for using HttpURLConnection. |
| Uses of ObjectResponse in co.cask.common.http |
|---|
| Methods in co.cask.common.http that return ObjectResponse | ||
|---|---|---|
static
|
ObjectResponse.fromJsonBody(HttpResponse response,
Class<T> typeOfObject)
|
|
static
|
ObjectResponse.fromJsonBody(HttpResponse response,
Class<T> typeOfObject,
com.google.gson.Gson gson)
|
|
static
|
ObjectResponse.fromJsonBody(HttpResponse response,
Type typeOfObject)
|
|
static
|
ObjectResponse.fromJsonBody(HttpResponse response,
Type typeOfObject,
com.google.gson.Gson gson)
|
|
static
|
ObjectResponse.fromJsonBody(HttpResponse response,
com.google.common.reflect.TypeToken<T> typeOfObject)
|
|
static
|
ObjectResponse.fromJsonBody(HttpResponse response,
com.google.common.reflect.TypeToken<T> typeOfObject,
com.google.gson.Gson gson)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||