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

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

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

Methods in com.google.api.client.testing.http that return MockHttpContent
 MockHttpContent MockHttpContent.setContent(byte[] content)
          Sets the HTTP content.
 MockHttpContent MockHttpContent.setEncoding(String encoding)
          Sets the HTTP content encoding or null for none.
 MockHttpContent MockHttpContent.setLength(long length)
          Returns the HTTP content length or -1 for unknown.
 MockHttpContent MockHttpContent.setType(String type)
          Sets the HTTP content type or null for none.
 



Copyright © 2011-2012 Google. All Rights Reserved.