类 VxResponseAdapter
java.lang.Object
com.github.charlemaznable.httpclient.common.CommonResponseAdapter<io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer>,io.vertx.core.MultiMap,io.vertx.core.buffer.Buffer>
com.github.charlemaznable.httpclient.vxclient.internal.VxResponseAdapter
public final class VxResponseAdapter
extends CommonResponseAdapter<io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer>,io.vertx.core.MultiMap,io.vertx.core.buffer.Buffer>
-
构造器概要
构造器构造器说明VxResponseAdapter(io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer> response, Charset charset) -
方法概要
从类继承的方法 com.github.charlemaznable.httpclient.common.CommonResponseAdapter
buildCommonResponse
-
构造器详细资料
-
VxResponseAdapter
public VxResponseAdapter(io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer> response, Charset charset)
-
-
方法详细资料
-
buildHttpHeaders
- 指定者:
buildHttpHeaders在类中CommonResponseAdapter<io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer>,io.vertx.core.MultiMap, io.vertx.core.buffer.Buffer>
-
buildBodyString
- 指定者:
buildBodyString在类中CommonResponseAdapter<io.vertx.ext.web.client.HttpResponse<io.vertx.core.buffer.Buffer>,io.vertx.core.MultiMap, io.vertx.core.buffer.Buffer>
-