Uses of Class
smartrics.rest.client.RestRequest

Uses of RestRequest in smartrics.rest.client
 

Methods in smartrics.rest.client that return RestRequest
 RestRequest RestRequest.setFileName(String fileName)
          Sets the upload file name for this request.
 RestRequest RestRequest.setMethod(RestRequest.Method method)
          Sets the method for this request.
 RestRequest RestRequest.setMultipartFileName(String multipartFileName)
          Sets the multipart upload file name for this request.
 RestRequest RestRequest.setMultipartFileParameterName(String multipartFileParameterName)
          Sets the multipart file form parameter name for this request.
 RestRequest RestRequest.setQuery(String query)
          Sets the query for this request.
 

Methods in smartrics.rest.client with parameters of type RestRequest
protected  void RestClientImpl.configureHttpMethod(org.apache.commons.httpclient.HttpMethod m, String hostAddr, RestRequest request)
          Configures the instance of HttpMethod with the data in the request and the host address.
protected  org.apache.commons.httpclient.HttpMethod RestClientImpl.createHttpClientMethod(RestRequest request)
          Utility method that creates an instance of org.apache.commons.httpclient.HttpMethod.
 RestResponse RestClientImpl.execute(RestRequest request)
          See RestClient.execute(smartrics.rest.client.RestRequest)
 RestResponse RestClient.execute(RestRequest request)
          Executes a rest request using the underlying Http client implementation.
 RestResponse RestClientImpl.execute(String hostAddr, RestRequest request)
          See RestClient.execute(java.lang.String, smartrics.rest.client.RestRequest)
 RestResponse RestClient.execute(String baseUrl, RestRequest request)
          Executes the rest request.
 String RestClientImpl.getContentType(RestRequest request)
           
 



Copyright © 2012 smartrics. All Rights Reserved.