Uses of Interface
com.google.api.client.http.HttpResponseInterceptor
-
Packages that use HttpResponseInterceptor 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. -
-
Uses of HttpResponseInterceptor in com.google.api.client.http
Fields in com.google.api.client.http declared as HttpResponseInterceptor Modifier and Type Field Description private HttpResponseInterceptor
HttpRequest. responseInterceptor
HTTP response interceptor ornull
for none.Methods in com.google.api.client.http that return HttpResponseInterceptor Modifier and Type Method Description HttpResponseInterceptor
HttpRequest. getResponseInterceptor()
Returns the HTTP response interceptor ornull
for none.Methods in com.google.api.client.http with parameters of type HttpResponseInterceptor Modifier and Type Method Description HttpRequest
HttpRequest. setResponseInterceptor(HttpResponseInterceptor responseInterceptor)
Sets the HTTP response interceptor ornull
for none.
-