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
IOException
byte[] getResponseBodyAsBytes() throws IOException
IOException
String getResponseBodyAsString() throws IOException
IOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.