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 HttpResponseInterceptorHttpRequest. responseInterceptorHTTP response interceptor ornullfor none.Methods in com.google.api.client.http that return HttpResponseInterceptor Modifier and Type Method Description HttpResponseInterceptorHttpRequest. getResponseInterceptor()Returns the HTTP response interceptor ornullfor none.Methods in com.google.api.client.http with parameters of type HttpResponseInterceptor Modifier and Type Method Description HttpRequestHttpRequest. setResponseInterceptor(HttpResponseInterceptor responseInterceptor)Sets the HTTP response interceptor ornullfor none.
-