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 TypeMethodDescriptionstatic MockHttpTransport.Builder
MockHttpTransport.builder()
Deprecated.MockHttpTransport.Builder.setLowLevelHttpRequest
(MockLowLevelHttpRequest lowLevelHttpRequest) Sets theMockLowLevelHttpRequest
that will be returned byMockHttpTransport.buildRequest(java.lang.String, java.lang.String)
, if non-null
.MockHttpTransport.Builder.setLowLevelHttpResponse
(MockLowLevelHttpResponse lowLevelHttpResponse) Sets theMockLowLevelHttpResponse
that will be the result when theMockLowLevelHttpRequest
returned byMockHttpTransport.buildRequest(java.lang.String, java.lang.String)
is executed.MockHttpTransport.Builder.setSupportedMethods
(Set<String> supportedMethods) Sets the supported HTTP methods ornull
to specify that all methods are supported.Constructors in com.google.api.client.testing.http with parameters of type MockHttpTransport.Builder
Builder()
instead.