跳过导航链接
C D E G H M N P R 

C

clientHttpRequestFactory(HttpClientBuilder) - 类 中的方法cn.jdevelops.http.resttemplate.RestTemplateConfiguration
客户端请求链接策略
cn.jdevelops.http - 程序包 cn.jdevelops.http
 
cn.jdevelops.http.resttemplate - 程序包 cn.jdevelops.http.resttemplate
 

D

delete(String, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
DELETE请求调用方式
delete(String, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
DELETE请求调用方式
delete(String, Object, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
DELETE请求调用方式
delete(String, Object, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
DELETE请求调用方式
delete(String, Map<String, String>, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的DELETE请求调用方式
delete(String, HttpHeaders, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的DELETE请求调用方式
delete(String, Map<String, String>, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的DELETE请求调用方式
delete(String, HttpHeaders, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的DELETE请求调用方式
delete(String, Map<String, String>, Object, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的DELETE请求调用方式
delete(String, HttpHeaders, Object, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的DELETE请求调用方式
delete(String, Map<String, String>, Object, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的DELETE请求调用方式
delete(String, HttpHeaders, Object, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的DELETE请求调用方式
delete(String, HttpEntity<?>, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
自定义请求头和请求体的DELETE请求调用方式
delete(String, HttpEntity<?>, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
自定义请求头和请求体的DELETE请求调用方式

E

exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
通用调用方式
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
通用调用方式

G

get(String, Class<T>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
GET请求调用方式
get(String, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
GET请求调用方式
get(String, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
GET请求调用方式
get(String, Map<String, String>, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的GET请求调用方式
get(String, HttpHeaders, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的GET请求调用方式
get(String, Map<String, String>, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的GET请求调用方式
get(String, HttpHeaders, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的GET请求调用方式

H

handleError(ClientHttpResponse) - 类 中的方法cn.jdevelops.http.resttemplate.NoErrorResultErrorHandler
 
httpClientBuilder(HttpClientConnectionManager) - 类 中的方法cn.jdevelops.http.resttemplate.RestTemplateConfiguration
设置HTTP连接管理器,连接池相关配置管理

M

MyMappingJackson2HttpMessageConverter - cn.jdevelops.http.resttemplate中的类
自定义HttpMessageConverter, 加入加入text/html类型的支持
MyMappingJackson2HttpMessageConverter() - 类 的构造器cn.jdevelops.http.resttemplate.MyMappingJackson2HttpMessageConverter
 

N

NoErrorResultErrorHandler - cn.jdevelops.http.resttemplate中的类
restTemplate不抛出异常,而是返回错误数据
NoErrorResultErrorHandler() - 类 的构造器cn.jdevelops.http.resttemplate.NoErrorResultErrorHandler
 

P

poolingConnectionManager() - 类 中的方法cn.jdevelops.http.resttemplate.RestTemplateConfiguration
链接线程池管理,可以keep-alive不断开链接请求,这样速度会更快 MaxTotal 连接池最大连接数 DefaultMaxPerRoute 每个主机的并发 ValidateAfterInactivity 可用空闲连接过期时间,重用空闲连接时会先检查是否空闲时间超过这个时间,如果超过,释放socket重新建立
post(String, Class<T>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
POST请求调用方式
post(String, Object, Class<T>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
POST请求调用方式
post(String, Object, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
POST请求调用方式
post(String, Object, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
POST请求调用方式
post(String, Map<String, String>, Object, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的POST请求调用方式
post(String, HttpHeaders, Object, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的POST请求调用方式
post(String, Map<String, String>, Object, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的POST请求调用方式
post(String, HttpHeaders, Object, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的POST请求调用方式
post(String, HttpEntity<?>, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
自定义请求头和请求体的POST请求调用方式
post(String, HttpEntity<?>, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
自定义请求头和请求体的POST请求调用方式
put(String, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
PUT请求调用方式
put(String, Object, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
PUT请求调用方式
put(String, Object, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
PUT请求调用方式
put(String, Map<String, String>, Object, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的PUT请求调用方式
put(String, HttpHeaders, Object, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的PUT请求调用方式
put(String, Map<String, String>, Object, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的PUT请求调用方式
put(String, HttpHeaders, Object, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
带请求头的PUT请求调用方式
put(String, HttpEntity<?>, Class<T>, Object...) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
自定义请求头和请求体的PUT请求调用方式
put(String, HttpEntity<?>, Class<T>, Map<String, ?>) - 类 中的方法cn.jdevelops.http.RestTemplateUtils
自定义请求头和请求体的PUT请求调用方式

R

restTemplate(RestTemplateBuilder, ClientHttpRequestFactory) - 类 中的方法cn.jdevelops.http.resttemplate.RestTemplateConfiguration
让spring管理RestTemplate,参数相关配置
RestTemplateConfiguration - cn.jdevelops.http.resttemplate中的类
restTmplate配置类
RestTemplateConfiguration() - 类 的构造器cn.jdevelops.http.resttemplate.RestTemplateConfiguration
 
restTemplateUtils(RestTemplate) - 类 中的方法cn.jdevelops.http.resttemplate.RestTemplateConfiguration
 
RestTemplateUtils - cn.jdevelops.http中的类
RestTemplate 远程调用工具类
RestTemplateUtils(RestTemplate) - 类 的构造器cn.jdevelops.http.RestTemplateUtils
 
C D E G H M N P R 
跳过导航链接

Copyright © 2023 tan. All rights reserved.