Package com.iizix

Interface IWebServiceEngine

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      voidconfigureProxy​(java.net.HttpURLConnection urlConnection)
      Configures a Http(s)URLConnection for proxy information.
      java.net.ProxygetProxy​(java.net.URL url)
      Gets a proxy to use for an URL.
    • Method Detail

      • getProxy

        java.net.Proxy getProxy​(java.net.URL url)
        Gets a proxy to use for an URL.
        Parameters:
        url - The URL.
        Returns:
        The Proxy to use.
      • configureProxy

        void configureProxy​(java.net.HttpURLConnection urlConnection)
        Configures a Http(s)URLConnection for proxy information.
        Parameters:
        urlConnection - The HttpURLConnection or HttpsURLConnection.