Uses of Class
com.google.api.client.testing.http.javanet.MockHttpURLConnection

Packages that use MockHttpURLConnection
com.google.api.client.testing.http.javanet Testing utilities used for writing tests based on the java.net package. 
 

Uses of MockHttpURLConnection in com.google.api.client.testing.http.javanet
 

Methods in com.google.api.client.testing.http.javanet that return MockHttpURLConnection
 MockHttpURLConnection MockHttpURLConnection.setOutputStream(OutputStream outputStream)
          Sets the output stream or null to throw an UnknownServiceException when getOutputStream() is called.
 MockHttpURLConnection MockHttpURLConnection.setResponseCode(int responseCode)
          Sets the HTTP response status code.
 



Copyright © 2011-2012 Google. All Rights Reserved.