Uses of Class
co.cask.common.http.ObjectResponse

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
<T> ObjectResponse<T>
ObjectResponse.fromJsonBody(HttpResponse response, Class<T> typeOfObject)
           
static
<T> ObjectResponse<T>
ObjectResponse.fromJsonBody(HttpResponse response, Class<T> typeOfObject, com.google.gson.Gson gson)
           
static
<T> ObjectResponse<T>
ObjectResponse.fromJsonBody(HttpResponse response, Type typeOfObject)
           
static
<T> ObjectResponse<T>
ObjectResponse.fromJsonBody(HttpResponse response, Type typeOfObject, com.google.gson.Gson gson)
           
static
<T> ObjectResponse<T>
ObjectResponse.fromJsonBody(HttpResponse response, com.google.common.reflect.TypeToken<T> typeOfObject)
           
static
<T> ObjectResponse<T>
ObjectResponse.fromJsonBody(HttpResponse response, com.google.common.reflect.TypeToken<T> typeOfObject, com.google.gson.Gson gson)
           
 



Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.