Uses of Class
com.google.api.client.testing.http.MockLowLevelHttpResponse

Packages that use MockLowLevelHttpResponse
com.google.api.client.testing.http Testing utilities used for writing tests based on this library. 
 

Uses of MockLowLevelHttpResponse in com.google.api.client.testing.http
 

Methods in com.google.api.client.testing.http that return MockLowLevelHttpResponse
 MockLowLevelHttpResponse MockLowLevelHttpResponse.setContent(InputStream content)
          Sets the input stream content of HTTP response or null for none.
 MockLowLevelHttpResponse MockLowLevelHttpResponse.setContent(String stringContent)
          Sets the response content to the given content string.
 MockLowLevelHttpResponse MockLowLevelHttpResponse.setContentEncoding(String contentEncoding)
          Sets the content encoding or null for none.
 MockLowLevelHttpResponse MockLowLevelHttpResponse.setContentLength(long contentLength)
          Sets the content length or 0 for none.
 MockLowLevelHttpResponse MockLowLevelHttpResponse.setContentType(String contentType)
          Sets the content type of HTTP response or null for none.
 MockLowLevelHttpResponse MockLowLevelHttpResponse.setHeaderNames(ArrayList<String> headerNames)
          Sets the list of header names of HTTP response.
 MockLowLevelHttpResponse MockLowLevelHttpResponse.setHeaderValues(ArrayList<String> headerValues)
          Sets the list of header values of HTTP response.
 MockLowLevelHttpResponse MockLowLevelHttpResponse.setStatusCode(int statusCode)
          Sets the status code of HTTP response.
 



Copyright © 2011 Google. All Rights Reserved.