- All Implemented Interfaces:
- com.google.api.client.http.HttpRequestInitializer
public class ChainingHttpRequestInitializer
extends Object
implements com.google.api.client.http.HttpRequestInitializer
HttpRequestInitializer
that composes handlers and interceptors
supplied by component handlers. All interceptors in a chain are executed.
All handlers are executed until a handler returns true from its handle
method. If an initializer configures other parameters on request, last
initializer to do so wins.