Uses of Class
com.google.api.client.testing.http.MockHttpTransport.Builder
Packages that use MockHttpTransport.Builder
-
Uses of MockHttpTransport.Builder in com.google.api.client.testing.http
Methods in com.google.api.client.testing.http that return MockHttpTransport.BuilderModifier and TypeMethodDescriptionMockHttpTransport.Builder.setLowLevelHttpRequest(MockLowLevelHttpRequest lowLevelHttpRequest) Sets theMockLowLevelHttpRequestthat will be returned byMockHttpTransport.buildRequest(String, String), if non-null.MockHttpTransport.Builder.setLowLevelHttpResponse(MockLowLevelHttpResponse lowLevelHttpResponse) Sets theMockLowLevelHttpResponsethat will be the result when theMockLowLevelHttpRequestreturned byMockHttpTransport.buildRequest(String, String)is executed.MockHttpTransport.Builder.setSupportedMethods(Set<String> supportedMethods) Sets the supported HTTP methods ornullto specify that all methods are supported.Constructors in com.google.api.client.testing.http with parameters of type MockHttpTransport.Builder