Package | Description |
---|---|
org.openestate.is24.restapi | |
org.openestate.is24.restapi.hc42 | |
org.openestate.is24.restapi.hc43 | |
org.openestate.is24.restapi.utils |
Modifier and Type | Method and Description |
---|---|
protected abstract Response |
AbstractClient.sendVideoUploadRequest(URL url,
RequestMethod method,
String auth,
InputStream input,
String fileName,
long fileSize)
Sends video with an authentication value to a 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 XML string together with a file to a 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 XML string to a webservice.
|
protected Response |
DefaultClient.sendXmlRequest(URL url,
RequestMethod method,
String xml) |
Modifier and Type | Method and Description |
---|---|
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.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) |
Modifier and Type | Method and Description |
---|---|
static RequestMethod |
RequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestMethod[] |
RequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 OpenEstate. All rights reserved.