|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpExecuteInterceptor | |
---|---|
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 |
---|
Fields in com.google.api.client.http declared as HttpExecuteInterceptor | |
---|---|
HttpExecuteInterceptor |
HttpRequest.interceptor
Deprecated. (scheduled to be made private in 1.6) Use HttpRequest.getInterceptor() or
HttpRequest.setInterceptor(com.google.api.client.http.HttpExecuteInterceptor) |
Methods in com.google.api.client.http that return HttpExecuteInterceptor | |
---|---|
HttpExecuteInterceptor |
HttpRequest.getInterceptor()
Returns the HTTP request execute interceptor to intercept the start of HttpRequest.execute()
(before executing the HTTP request) or null for none. |
Methods in com.google.api.client.http with parameters of type HttpExecuteInterceptor | |
---|---|
HttpRequest |
HttpRequest.setInterceptor(HttpExecuteInterceptor interceptor)
Sets the HTTP request execute interceptor to intercept the start of HttpRequest.execute() (before
executing the HTTP request) or null for none. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |