类 AbstractHttpExecutor
java.lang.Object
com.dtflys.forest.backend.AbstractHttpExecutor
- 所有已实现的接口:
HttpExecutor
- 直接已知子类:
HttpclientExecutor
- 从以下版本开始:
- 2016-05-18
- 作者:
- gongjun
-
字段概要
字段修饰符和类型字段说明protected final ForestRequestprotected HttpclientRequestSenderprotected ForestResponse -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.dtflys.forest.backend.HttpExecutor
getResponseFactory, getResponseHandler
-
字段详细资料
-
request
-
requestSender
-
response
-
-
构造器详细资料
-
AbstractHttpExecutor
-
-
方法详细资料
-
getRequest
- 指定者:
getRequest在接口中HttpExecutor
-
execute
- 指定者:
execute在接口中HttpExecutor
-
close
public abstract void close()- 指定者:
close在接口中HttpExecutor
-