Uses of Interface
com.google.api.client.http.HttpExecuteInterceptor
Packages that use HttpExecuteInterceptor
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
-
Uses of HttpExecuteInterceptor in com.google.api.client.http
Classes in com.google.api.client.http that implement HttpExecuteInterceptorModifier and TypeClassDescriptionfinal classBasic authentication HTTP request initializer as specified in Basic Authentication SchemeFields in com.google.api.client.http declared as HttpExecuteInterceptorModifier and TypeFieldDescriptionprivate HttpExecuteInterceptorHttpRequest.executeInterceptorHTTP request execute interceptor to intercept the start ofHttpRequest.execute()(before executing the HTTP request) ornullfor none.Methods in com.google.api.client.http that return HttpExecuteInterceptorModifier and TypeMethodDescriptionHttpRequest.getInterceptor()Returns the HTTP request execute interceptor to intercept the start ofHttpRequest.execute()(before executing the HTTP request) ornullfor none.Methods in com.google.api.client.http with parameters of type HttpExecuteInterceptorModifier and TypeMethodDescriptionHttpRequest.setInterceptor(HttpExecuteInterceptor interceptor) Sets the HTTP request execute interceptor to intercept the start ofHttpRequest.execute()(before executing the HTTP request) ornullfor none.