Uses of Interface
com.google.api.client.http.HttpExecuteInterceptor
-
Packages that use HttpExecuteInterceptor 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 HttpExecuteInterceptor in com.google.api.client.http
Classes in com.google.api.client.http that implement HttpExecuteInterceptor Modifier and Type Class Description classBasicAuthenticationBasic authentication HTTP request initializer as specified in Basic Authentication SchemeFields in com.google.api.client.http declared as HttpExecuteInterceptor Modifier and Type Field Description private 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 HttpExecuteInterceptor Modifier and Type Method Description HttpExecuteInterceptorHttpRequest. 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 HttpExecuteInterceptor Modifier and Type Method Description HttpRequestHttpRequest. setInterceptor(HttpExecuteInterceptor interceptor)Sets the HTTP request execute interceptor to intercept the start ofHttpRequest.execute()(before executing the HTTP request) ornullfor none.
-