Uses of Class
org.miaixz.bus.http.plugin.httpx.HttpProxy

Packages that use HttpProxy
Package
Description
An HTTP client for Java applications.
  • Uses of HttpProxy in org.miaixz.bus.http

    Constructors in org.miaixz.bus.http with parameters of type HttpProxy
    Modifier
    Constructor
    Description
     
    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 underlying Httpd client with all possible configurations.