public interface RemoteConnectorResponse
RemoteConnectorService.| Modifier and Type | Method and Description |
|---|---|
String |
getCharset() |
String |
getContentType() |
String |
getRawContentType() |
RemoteConnectorRequest |
getRequest() |
byte[] |
getResponseBodyAsBytes() |
InputStream |
getResponseBodyAsStream() |
String |
getResponseBodyAsString() |
org.apache.commons.httpclient.Header[] |
getResponseHeaders() |
int |
getStatus() |
RemoteConnectorRequest getRequest()
int getStatus()
Status Code for the responseString getRawContentType()
String getContentType()
String getCharset()
org.apache.commons.httpclient.Header[] getResponseHeaders()
InputStream getResponseBodyAsStream() throws IOException
IOExceptionbyte[] getResponseBodyAsBytes()
throws IOException
IOExceptionString getResponseBodyAsString() throws IOException
IOExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.