public class ClientRequestHandler<T>
extends com.google.common.reflect.AbstractInvocationHandler
| Constructor and Description |
|---|
ClientRequestHandler(BaseClient baseClient,
Class<T> clientClass) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
handleInvocation(Object proxy,
Method method,
Object[] args) |
public ClientRequestHandler(BaseClient baseClient, Class<T> clientClass)
Copyright © 2017. All rights reserved.