Uses of Class
com.google.api.client.http.LowLevelHttpResponse
-
Packages that use LowLevelHttpResponse Package Description com.google.api.client.http Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.com.google.api.client.testing.http Beta
Testing utilities used for writing tests based on this library. -
-
Uses of LowLevelHttpResponse in com.google.api.client.http
Methods in com.google.api.client.http that return LowLevelHttpResponse Modifier and Type Method Description abstract LowLevelHttpResponseLowLevelHttpRequest. execute()Executes the request and returns a low-level HTTP response object.Methods in com.google.api.client.http with parameters of type LowLevelHttpResponse Modifier and Type Method Description voidHttpHeaders. fromHttpResponse(LowLevelHttpResponse response, StringBuilder logger)Puts all headers of theLowLevelHttpResponseinto thisHttpHeadersobject. -
Uses of LowLevelHttpResponse in com.google.api.client.testing.http
Subclasses of LowLevelHttpResponse in com.google.api.client.testing.http Modifier and Type Class Description classMockLowLevelHttpResponseMethods in com.google.api.client.testing.http that return LowLevelHttpResponse Modifier and Type Method Description LowLevelHttpResponseMockLowLevelHttpRequest. execute()
-