Uses of Class
org.alfresco.httpclient.Request
Packages that use Request
-
Uses of Request in org.alfresco.httpclient
Subclasses of Request in org.alfresco.httpclientModifier and TypeClassDescriptionclass
HTTP GET Requestclass
HTTP HEAD requestclass
HTTP POST RequestMethods in org.alfresco.httpclient that return RequestModifier and TypeMethodDescriptionRequest.setBody
(byte[] body) Request.setEncoding
(String encoding) Request.setHeaders
(Map<String, String> headers) Methods in org.alfresco.httpclient with parameters of type RequestModifier and TypeMethodDescriptionprotected org.apache.commons.httpclient.HttpMethod
AbstractHttpClient.createMethod
(Request req) protected org.apache.commons.httpclient.HttpMethod
AbstractHttpClient.sendRemoteRequest
(Request req) Send Request to the repositoryAlfrescoHttpClient.sendRequest
(Request req) Send Request to the repositoryConstructors in org.alfresco.httpclient with parameters of type Request