Package | Description |
---|---|
org.openestate.is24.restapi |
Core classes.
|
org.openestate.is24.restapi.hc42 |
Additional classes for Apache HttpComponents 4.2.
|
org.openestate.is24.restapi.hc43 |
Additional classes for Apache HttpComponents 4.3.
|
org.openestate.is24.restapi.utils |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
protected Response |
DefaultClient.createResponse(HttpURLConnection connection)
Retrieve a
Response from a request, that was sent through
HttpURLConnection . |
protected abstract Response |
AbstractClient.sendVideoUploadRequest(URL url,
RequestMethod method,
String auth,
InputStream input,
String fileName,
long fileSize)
Sends a video with an authentication value to the IS24-Webservice.
|
protected Response |
DefaultClient.sendVideoUploadRequest(URL url,
RequestMethod method,
String auth,
InputStream input,
String fileName,
long fileSize) |
protected abstract Response |
AbstractClient.sendXmlAttachmentRequest(URL url,
RequestMethod method,
String xml,
InputStream input,
String fileName,
String mimeType)
Sends a XML string together with a file to the IS24-Webservice.
|
protected Response |
DefaultClient.sendXmlAttachmentRequest(URL url,
RequestMethod method,
String xml,
InputStream input,
String fileName,
String mimeType) |
protected abstract Response |
AbstractClient.sendXmlRequest(URL url,
RequestMethod method,
String xml)
Sends a XML string to the IS24-Webservice.
|
protected Response |
DefaultClient.sendXmlRequest(URL url,
RequestMethod method,
String xml) |
Modifier and Type | Method and Description |
---|---|
protected Response |
HttpComponents42Client.createResponse(org.apache.http.HttpResponse response)
Retrieves a
Response from a HttpResponse . |
protected Response |
HttpComponents42Client.sendVideoUploadRequest(URL url,
RequestMethod method,
String auth,
InputStream input,
String fileName,
long fileSize) |
protected Response |
HttpComponents42Client.sendXmlAttachmentRequest(URL url,
RequestMethod method,
String xml,
InputStream input,
String fileName,
String mimeType) |
protected Response |
HttpComponents42Client.sendXmlRequest(URL url,
RequestMethod method,
String xml) |
Modifier and Type | Method and Description |
---|---|
protected Response |
HttpComponents43Client.createResponse(org.apache.http.HttpResponse response)
Retrieves a
Response from a HttpResponse . |
protected Response |
HttpComponents43Client.sendVideoUploadRequest(URL url,
RequestMethod method,
String auth,
InputStream input,
String fileName,
long fileSize) |
protected Response |
HttpComponents43Client.sendXmlAttachmentRequest(URL url,
RequestMethod method,
String xml,
InputStream input,
String fileName,
String mimeType) |
protected Response |
HttpComponents43Client.sendXmlRequest(URL url,
RequestMethod method,
String xml) |
Constructor and Description |
---|
RequestFailedException(Response response,
String message) |
RequestFailedException(Response response,
String message,
Throwable cause) |
Copyright © 2014 OpenEstate. All rights reserved.