Uses of Class
org.miaixz.bus.http.plugin.httpx.HttpProxy
Packages that use HttpProxy
-
Uses of HttpProxy in org.miaixz.bus.http
Constructors in org.miaixz.bus.http with parameters of type HttpProxyModifierConstructorDescriptionHttpx(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.