Package com.iizix

Interface IWebServiceEngine

All Known Implementing Classes:
Activator, JakartaEEServer, JettyRunConfiguration, RuntimeBuilderServer, ServerShell, StandardServer

public interface IWebServiceEngine
The Web Service engine provider.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Configures a Http(s)URLConnection for proxy information.
    Gets a proxy to use for an URL.
  • Method Details

    • getProxy

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

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