public class CalledMethodInterceptor extends Object implements Interceptor
| Modifier and Type | Field and Description |
|---|---|
static String |
calledMethodHeader |
| Constructor and Description |
|---|
CalledMethodInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(Request request,
Call call) |
void |
handleResponse(Response context,
Call callContext) |
public static final String calledMethodHeader
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.