Uses of Interface
com.google.api.client.http.HttpResponseInterceptor
Packages that use HttpResponseInterceptor
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
-
Uses of HttpResponseInterceptor in com.google.api.client.http
Fields in com.google.api.client.http declared as HttpResponseInterceptorModifier and TypeFieldDescriptionprivate HttpResponseInterceptor
HttpRequest.responseInterceptor
HTTP response interceptor ornull
for none.Methods in com.google.api.client.http that return HttpResponseInterceptorModifier and TypeMethodDescriptionHttpRequest.getResponseInterceptor()
Returns the HTTP response interceptor ornull
for none.Methods in com.google.api.client.http with parameters of type HttpResponseInterceptorModifier and TypeMethodDescriptionHttpRequest.setResponseInterceptor
(HttpResponseInterceptor responseInterceptor) Sets the HTTP response interceptor ornull
for none.