Uses of Class
com.google.api.client.testing.http.MockLowLevelHttpRequest
Packages that use MockLowLevelHttpRequest
-
Uses of MockLowLevelHttpRequest in com.google.api.client.testing.http
Fields in com.google.api.client.testing.http declared as MockLowLevelHttpRequestModifier and TypeFieldDescription(package private) MockLowLevelHttpRequestMockHttpTransport.Builder.lowLevelHttpRequestTheMockLowLevelHttpRequestto be returned byMockHttpTransport.buildRequest(String, String).private MockLowLevelHttpRequestMockHttpTransport.lowLevelHttpRequestTheMockLowLevelHttpRequestto be returned byMockHttpTransport.buildRequest(String, String).Methods in com.google.api.client.testing.http that return MockLowLevelHttpRequestModifier and TypeMethodDescriptionfinal MockLowLevelHttpRequestMockHttpTransport.Builder.getLowLevelHttpRequest()Returns theMockLowLevelHttpRequestthat is associated with thisMockHttpTransport.Builder, ornullif no such instance exists.final MockLowLevelHttpRequestMockHttpTransport.getLowLevelHttpRequest()Returns theMockLowLevelHttpRequestthat is associated with thisMockHttpTransport.Builder, ornullif no such instance exists.MockLowLevelHttpRequest.setResponse(MockLowLevelHttpResponse response) Sets the HTTP response to return fromMockLowLevelHttpRequest.execute().Sets the request URL ornullfor none.Methods in com.google.api.client.testing.http with parameters of type MockLowLevelHttpRequestModifier and TypeMethodDescriptionMockHttpTransport.Builder.setLowLevelHttpRequest(MockLowLevelHttpRequest lowLevelHttpRequest) Sets theMockLowLevelHttpRequestthat will be returned byMockHttpTransport.buildRequest(String, String), if non-null.