JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
org.miaixz.bus.http.NewCall.Factory
Packages that use
NewCall.Factory
Package
Description
org.miaixz.bus.http
Java应用的HTTP客户端
Uses of
NewCall.Factory
in
org.miaixz.bus.http
Classes in
org.miaixz.bus.http
that implement
NewCall.Factory
Modifier and Type
Class
Description
class
Httpd
发送HTTP请求辅助类 工厂的
call
,可以用来发送HTTP请求并读取它们的响应 当您创建一个
Httpd
实例并将其用于所有HTTP调用时,体现Httpd的性能最佳 这是因为每个客户机都拥有自己的连接池和线程池。