|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CResponse | |
|---|---|
| net.netheos.pcsapi.exceptions | |
| net.netheos.pcsapi.oauth | |
| net.netheos.pcsapi.request | |
| net.netheos.pcsapi.utils | |
| Uses of CResponse in net.netheos.pcsapi.exceptions |
|---|
| Constructors in net.netheos.pcsapi.exceptions with parameters of type CResponse | |
|---|---|
CAuthenticationException(String message,
CResponse response)
|
|
CHttpException(String message,
CResponse response)
|
|
| Uses of CResponse in net.netheos.pcsapi.oauth |
|---|
| Methods in net.netheos.pcsapi.oauth that return CResponse | |
|---|---|
CResponse |
OAuth2SessionManager.execute(org.apache.http.client.methods.HttpUriRequest request)
|
CResponse |
PasswordSessionManager.execute(org.apache.http.client.methods.HttpUriRequest request)
|
| Uses of CResponse in net.netheos.pcsapi.request |
|---|
| Methods in net.netheos.pcsapi.request that return CResponse | |
|---|---|
CResponse |
HttpRequestor.call()
|
CResponse |
SimpleHttpExecutor.execute(org.apache.http.client.methods.HttpUriRequest request)
|
CResponse |
HttpExecutor.execute(org.apache.http.client.methods.HttpUriRequest request)
Execute the request |
| Uses of CResponse in net.netheos.pcsapi.utils |
|---|
| Methods in net.netheos.pcsapi.utils with parameters of type CResponse | |
|---|---|
static CStorageException |
PcsUtils.buildCStorageException(CResponse response,
String message,
CPath path)
Some common code between providers. |
static void |
PcsUtils.downloadDataToSink(CResponse response,
ByteSink byteSink)
Server has answered OK with a file to download as stream. |
static void |
PcsUtils.ensureContentTypeIsJson(CResponse response,
boolean isRetriable)
Extract content type from response headers, and ensure it is application/json or text/javascript. |
static void |
PcsUtils.ensureContentTypeIsXml(CResponse response,
boolean isRetriable)
Extract content type from response headers, and ensure it is application/xml. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||