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 class
BasicAuthentication
Basic 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 HttpExecuteInterceptor
HttpRequest. executeInterceptor
HTTP request execute interceptor to intercept the start ofHttpRequest.execute()
(before executing the HTTP request) ornull
for none.Methods in com.google.api.client.http that return HttpExecuteInterceptor Modifier and Type Method Description HttpExecuteInterceptor
HttpRequest. getInterceptor()
Returns the HTTP request execute interceptor to intercept the start ofHttpRequest.execute()
(before executing the HTTP request) ornull
for none.Methods in com.google.api.client.http with parameters of type HttpExecuteInterceptor Modifier and Type Method Description HttpRequest
HttpRequest. setInterceptor(HttpExecuteInterceptor interceptor)
Sets the HTTP request execute interceptor to intercept the start ofHttpRequest.execute()
(before executing the HTTP request) ornull
for none.
-