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。Methods in org.miaixz.bus.http that return DnsXMethods in org.miaixz.bus.http with parameters of type DnsXConstructors 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<org.miaixz.bus.core.net.Protocol> protocols, List<ConnectionSuite> connectionSuites, ProxySelector proxySelector) 构造函数,初始化 Address 实例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