Uses of Class
com.imyeyu.network.JacksonRequest
-
Uses of JacksonRequest in com.imyeyu.network
Subclasses of JacksonRequest in com.imyeyu.networkModifier and TypeClassDescriptionclassclass封装Request计算返回进度classMethods in com.imyeyu.network that return JacksonRequestModifier and TypeMethodDescription设置 JSON 请求体。JacksonRequest.bodyEntity(org.apache.hc.core5.http.HttpEntity entity) static JacksonRequest创建 GET 请求。JacksonRequest.objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) 指定对象映射器。static JacksonRequest创建 POST 请求。JacksonRequest.timeout(long ms) static JacksonRequestJacksonRequest.wrap(org.apache.hc.client5.http.fluent.Request request) 包装现有请求对象。