Class HttpConfiguration


  • public class HttpConfiguration
    extends java.lang.Object
    Provides singleton access to the IHttpConfiguration.
    • Constructor Detail

      • HttpConfiguration

        public HttpConfiguration()
    • Method Detail

      • getInstance

        public static IHttpConfiguration getInstance()
        Returns the current IHttpConfiguration.
      • setHttpConfiguration

        public void setHttpConfiguration​(IHttpConfiguration configuration)
        Sets the current IHttpConfiguration.
        Parameters:
        configuration - the configuration to set