Uses of Interface
org.miaixz.bus.http.DnsX
Packages that use DnsX
Package
Description
An HTTP client for Java applications.
Provides a fluent, builder-based API (Httpz) for making HTTP requests, simplifying interactions with the core
Httpd client.-
Uses of DnsX in org.miaixz.bus.http
Fields in org.miaixz.bus.http declared as DnsXModifier and TypeFieldDescriptionstatic final DnsXDnsX.SYSTEMA DNS implementation that usesInetAddress.getAllByName(String)to ask the underlying operating system to look up IP addresses.Methods in org.miaixz.bus.http that return DnsXModifier and TypeMethodDescriptionAddress.dns()Returns the DNS service used to resolve hostnames for this address.Httpd.dns()Returns the DNS service used to resolve hostnames.Methods in org.miaixz.bus.http with parameters of type DnsXModifier and TypeMethodDescriptionSets the DNS service used to lookup IP addresses for hostnames.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<org.miaixz.bus.core.net.Protocol> protocols, List<ConnectionSuite> connectionSuites, ProxySelector proxySelector) Constructs a new Address.Httpx(DnsX dns, HttpProxy httpProxy, int connTimeout, int readTimeout, int writeTimeout, int maxRequests, int maxRequestsPerHost, int maxIdleConnections, int keepAliveDuration) Constructor that initializes the client with DNS and proxy settings.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) The main constructor that initializes the underlyingHttpdclient with all possible configurations. -
Uses of DnsX in org.miaixz.bus.http.plugin.httpz
Methods in org.miaixz.bus.http.plugin.httpz with parameters of type DnsXModifier and TypeMethodDescriptionSets the DNS service used to lookup IP addresses for hostnames.