public class HttpClientManagerImpl extends Object implements HttpClientManager
| 构造器和说明 |
|---|
HttpClientManagerImpl(Setting setting,
ClassManager classManager) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addHttpStatusReceiver(HttpStatusReceiver receiver) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
void |
manager(Class cla,
ContextManager contextManager)
Manages all the methods of a class
|
void |
manager(Method method,
ContextManager contextManager)
Manage a method with
ContextManager |
void |
setPrint(boolean k)
是否打印非错误信息
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmanagermanagerpublic HttpClientManagerImpl(Setting setting, ClassManager classManager)
public void setPrint(boolean k)
HttpClientManagersetPrint 在接口中 HttpClientManagerpublic void addHttpStatusReceiver(HttpStatusReceiver receiver)
addHttpStatusReceiver 在接口中 HttpClientManagerpublic void manager(Method method, ContextManager contextManager) throws IllegalAccessException, InvocationTargetException
MethodManagerContextManagermanager 在接口中 MethodManagerIllegalAccessExceptionInvocationTargetExceptionpublic Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke 在接口中 InvocationHandlerThrowablepublic void manager(Class cla, ContextManager contextManager) throws IllegalAccessException, InvocationTargetException
MethodManagermanager 在接口中 MethodManagermanager 在接口中 ClassAttributeManagerIllegalAccessExceptionInvocationTargetExceptionCopyright © 2025. All rights reserved.