Class OkHttp3LoggingInterceptorProperties
java.lang.Object
io.freefair.spring.okhttp.logging.OkHttp3LoggingInterceptorProperties
@ConfigurationProperties(prefix="okhttp.logging")
public class OkHttp3LoggingInterceptorProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
okhttp3.logging.HttpLoggingInterceptor.Level
getLevel()
The level at which the HttpLoggingInterceptor logs.int
hashCode()
void
setLevel
(okhttp3.logging.HttpLoggingInterceptor.Level level) The level at which the HttpLoggingInterceptor logs.toString()
-
Constructor Details
-
OkHttp3LoggingInterceptorProperties
public OkHttp3LoggingInterceptorProperties()
-
-
Method Details