| Package | Description |
|---|---|
| de.cinovo.cloudconductor.api.lib.helper |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
AbstractApiHandler.objectFromResponse(org.apache.http.HttpResponse response,
Class<T> type)
Creates an object from the given HTTP response.
|
protected <T> T |
AbstractApiHandler.objectFromResponse(org.apache.http.HttpResponse response,
com.fasterxml.jackson.databind.JavaType type)
Creates an object from the given HTTP response.
|
protected de.taimos.httputils.HTTPRequest |
AbstractApiHandler.request(String path,
Object obj)
Creates HTTP request for the given path with the given object as the body.
|
protected de.taimos.httputils.HTTPRequest |
AbstractApiHandler.request(String path,
Object obj,
com.fasterxml.jackson.databind.JavaType type) |
Copyright © 2013-2014 Cinovo AG. All Rights Reserved.