public class SigningInterceptor extends Object implements com.squareup.okhttp.Interceptor
| Constructor and Description |
|---|
SigningInterceptor(OkHttpOAuthConsumer consumer)
Constructs a new
SigningInterceptor. |
public SigningInterceptor(OkHttpOAuthConsumer consumer)
SigningInterceptor.consumer - the OkHttpOAuthConsumer used to sign the requests.public com.squareup.okhttp.Response intercept(com.squareup.okhttp.Interceptor.Chain chain)
throws IOException
intercept in interface com.squareup.okhttp.InterceptorIOExceptionCopyright © 2015. All rights reserved.