| Package | Description |
|---|---|
| org.openestate.is24.restapi |
Core classes.
|
| 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.sendJsonRequest(URL url,
RequestMethod method,
String json)
Send a JSON string to the IS24-Webservice.
|
protected Response |
DefaultClient.sendJsonRequest(URL url,
RequestMethod method,
String json) |
protected abstract Response |
AbstractClient.sendVideoUploadRequest(URI url,
RequestMethod method,
String auth,
InputStream input,
String fileName,
long fileSize)
Send a video with an authentication value to the IS24-Webservice.
|
protected Response |
DefaultClient.sendVideoUploadRequest(URI 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)
Send 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)
Send a XML string to the IS24-Webservice.
|
protected Response |
DefaultClient.sendXmlRequest(URL url,
RequestMethod method,
String xml) |
| Constructor and Description |
|---|
RequestFailedException(Response response,
String message) |
RequestFailedException(Response response,
String message,
Throwable cause) |
Copyright © 2018 OpenEstate. All rights reserved.