public class AuthorizationInterceptor extends Object implements Interceptor
| Modifier and Type | Field and Description |
|---|---|
static String |
token_header |
| Constructor and Description |
|---|
AuthorizationInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(Request request,
Call call) |
void |
handleResponse(Response context,
Call callContext) |
public static final String token_header
public void handleRequest(Request request, Call call)
handleRequest in interface Interceptorpublic void handleResponse(Response context, Call callContext)
handleResponse in interface InterceptorCopyright © 2015. All Rights Reserved.