public static class StaticInterceptor.Builder extends Object implements Interceptor.Builder
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Interceptor |
build() |
void |
configure(Context context)
Request the implementing class to (re)configure itself.
|
public void configure(Context context)
Configurable
Request the implementing class to (re)configure itself.
When configuration parameters are changed, they must be reflected by the component asap.
There are no thread safety guarantees on when configure might be called.
configure
in interface Configurable
public Interceptor build()
build
in interface Interceptor.Builder
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.