public class L2Interceptor extends Object implements okhttp3.Interceptor
| 构造器和说明 |
|---|
L2Interceptor(SymmetricEncryptor symmEncryptor,
String secretKey,
String encryptionAccept) |
public L2Interceptor(SymmetricEncryptor symmEncryptor, String secretKey, String encryptionAccept)
@NotNull
public okhttp3.Response intercept(@NotNull
okhttp3.Interceptor.Chain chain)
throws IOException
intercept 在接口中 okhttp3.InterceptorIOExceptionCopyright © 2020. All rights reserved.