public class OkLoggerInterceptor extends Object implements okhttp3.Interceptor
Constructor and Description |
---|
OkLoggerInterceptor() |
OkLoggerInterceptor(String suffix) |
Modifier and Type | Method and Description |
---|---|
String |
getSuffix() |
okhttp3.Response |
intercept(okhttp3.Interceptor.Chain chain) |
void |
setSuffix(String suffix) |
public OkLoggerInterceptor()
public OkLoggerInterceptor(String suffix)
public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOException
intercept
in interface okhttp3.Interceptor
IOException
public String getSuffix()
public void setSuffix(String suffix)
Copyright © 2024. All rights reserved.