类 LoggingOhInterceptor
java.lang.Object
com.github.charlemaznable.httpclient.logging.LoggingOhInterceptor
- 所有已实现的接口:
okhttp3.Interceptor
-
嵌套类概要
从接口继承的嵌套类/接口 okhttp3.Interceptor
okhttp3.Interceptor.Chain, okhttp3.Interceptor.Companion -
字段概要
从接口继承的字段 okhttp3.Interceptor
Companion -
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
LoggingOhInterceptor
public LoggingOhInterceptor()
-
-
方法详细资料
-
intercept
@Nonnull public okhttp3.Response intercept(@Nonnull okhttp3.Interceptor.Chain chain) throws IOException - 指定者:
intercept在接口中okhttp3.Interceptor- 抛出:
IOException
-