public class LoggingNetworkInterceptorFactory extends Object implements NetworkInterceptorFactory
| Constructor and Description |
|---|
LoggingNetworkInterceptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Interceptor |
build(io.fabric8.kubernetes.client.Config config) |
okhttp3.logging.HttpLoggingInterceptor.Level |
getLevel() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setLevel(okhttp3.logging.HttpLoggingInterceptor.Level level) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public okhttp3.logging.HttpLoggingInterceptor.Level getLevel()
public void setLevel(okhttp3.logging.HttpLoggingInterceptor.Level level)
public okhttp3.Interceptor build(io.fabric8.kubernetes.client.Config config)
build in interface NetworkInterceptorFactoryCopyright © 2019. All rights reserved.