类 VxReq.Instance
java.lang.Object
com.github.charlemaznable.httpclient.common.CommonBase<CommonReq<T>>
com.github.charlemaznable.httpclient.common.CommonReq<CommonReq.Instance<T>>
com.github.charlemaznable.httpclient.common.CommonReq.Instance<VxReq.Instance>
com.github.charlemaznable.httpclient.vxclient.VxReq.Instance
- 封闭类:
- VxReq
-
嵌套类概要
从类继承的嵌套类/接口 com.github.charlemaznable.httpclient.common.CommonReq
CommonReq.Instance<T extends CommonReq.Instance<T>> -
构造器概要
构造器 -
方法概要
从类继承的方法 com.github.charlemaznable.httpclient.common.CommonReq.Instance
acceptCharset, contentFormat, extraUrlQueryBuilder, header, headers, parameter, parameters, req, requestBody, statusFallback, statusSeriesFallback从类继承的方法 com.github.charlemaznable.httpclient.common.CommonReq
parseCharset, permitsRequestBody
-
构造器详细资料
-
Instance
-
-
方法详细资料
-
copy
- 指定者:
copy在类中CommonReq.Instance<VxReq.Instance>
-
get
@SafeVarargs public final void get(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>>... handlers) -
post
@SafeVarargs public final void post(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>>... handlers) -
get
-
post
-