java中的HTTP客户端
Posted simple_孙
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java中的HTTP客户端相关的知识,希望对你有一定的参考价值。
根据封装的层次,依次为URLConnection、HttpClient、springboot的RestTemplate。
对于特定服务组件又有专门的客户端类,例如es有JestClient、RestClient(es5.0以后出现的一种官方的基于rest的Java客户端)。
RestTemplate的几种实现
https://blog.csdn.net/qq_35981283/article/details/82056285
Spring RestTemplate详解
https://www.cnblogs.com/zhaoyan001/p/8442602.html
【Spring Boot】RestTemplate使用总结
以上是关于java中的HTTP客户端的主要内容,如果未能解决你的问题,请参考以下文章
使用码头 Http 客户端发送 Https 请求中的 NullPointerException