Uses of Interface
org.miaixz.bus.http.DnsX
Packages that use DnsX
-
Uses of DnsX in org.miaixz.bus.http
Fields in org.miaixz.bus.http declared as DnsXModifier and TypeFieldDescriptionstatic final DnsXDnsX.SYSTEM使用InetAddress.getAllByName(String)请求底层操作系统 查找IP地址的DNS。大多数自定义DnsX实现应该委托给这个实例.Methods in org.miaixz.bus.http that return DnsXModifier and TypeMethodDescriptionAddress.dns()Returns the service that will be used to resolve IP addresses for hostnames.Httpd.dns()Methods in org.miaixz.bus.http with parameters of type DnsXModifier and TypeMethodDescription设置用于查找主机名的IP地址的DNS服务.Constructors in org.miaixz.bus.http with parameters of type DnsXModifierConstructorDescriptionAddress(String uriHost, int uriPort, DnsX dns, SocketFactory socketFactory, SSLSocketFactory sslSocketFactory, HostnameVerifier hostnameVerifier, CertificatePinner certificatePinner, Authenticator proxyAuthenticator, Proxy proxy, List<Protocol> protocols, List<ConnectionSuite> connectionSuites, ProxySelector proxySelector) Httpx(DnsX dns, HttpProxy httpProxy, int connTimeout, int readTimeout, int writeTimeout, int maxRequests, int maxRequestsPerHost, int maxIdleConnections, int keepAliveDuration) 构建一个自定义配置的 HTTP Client 类Httpx(DnsX dns, HttpProxy httpProxy, int connTimeout, int readTimeout, int writeTimeout, int maxRequests, int maxRequestsPerHost, int maxIdleConnections, int keepAliveDuration, SSLSocketFactory sslSocketFactory, X509TrustManager x509TrustManager, HostnameVerifier hostnameVerifier) 构建一个自定义配置的 HTTP Client 类 -
Uses of DnsX in org.miaixz.bus.http.plugin.httpz
Methods in org.miaixz.bus.http.plugin.httpz with parameters of type DnsX